#450800

Color #450800 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #450800

Tints of Seal Brown #450800

Color information

#450800 (or 0x450800) is unknown color: approx Seal Brown. HEX triplet: 45, 08 and 00. RGB value is (69,8,0). Sum of RGB (Red+Green+Blue) = 69+8+0=77 (10% of max value = 765). Red value is 69 (27.34% from 255 or 89.61% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 69 - color contains mainly: red. Hex color #450800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450800 is #BAF7FF. Grayscale: #191919. Windows color (decimal): -12253184 or 2117. OLE color: 2117.

HSL color Cylindrical-coordinate representation of color #450800: hue angle of 6.96º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450800 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB6980-
CMYK00.8810.73
HSL6.96º100%13.53%-
HSV(B)6.96º100%27.06%-
XYZ2.541.440.14-
YUV25.33113.71159.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 89.61%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.61%
G=10.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal698000.8810.736.9610013.53
Hex45800586449764e
Octal1051000130144111714416
Binary100010110000010110001100100100100111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450800; }

 p { color: rgb(69,8,0); }

 H1.HeaderClassName
 {
   color: #450800;
 }
 .AnyTagClassName
 {
   color: #450800;
 }
</style>
background-color css

<style>
 a { background-color: #450800; }

 a { background-color: rgb(69,8,0); }

 div.DivClassName
 {
   background-color: #450800;
 }
 .BgClassName
 {
   background-color: #450800;
 }
</style>
border-color css

<style>
 span { border-color: #450800; }

 span { border-color: rgb(69,8,0); }

 td.TdClassName
 {
   border-color: #450800;
 }
 .TagClassName
 {
   border-color: #450800;
 }
</style>