#451816

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

Shades of Seal Brown #451816

Tints of Seal Brown #451816

Color information

#451816 (or 0x451816) is unknown color: approx Seal Brown. HEX triplet: 45, 18 and 16. RGB value is (69,24,22). Sum of RGB (Red+Green+Blue) = 69+24+22=115 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 69 - color contains mainly: red. Hex color #451816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451816 is #BAE7E9. Grayscale: #252525. Windows color (decimal): -12249066 or 1448005. OLE color: 1448005.

HSL color Cylindrical-coordinate representation of color #451816: hue angle of 2.55º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #451816 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB692422-
CMYK00.650.680.73
HSL2.55º51.65%17.84%-
HSV(B)2.55º68.12%27.06%-
XYZ2.931.980.99-
YUV37.23119.41150.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 60%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 22 (8.98% from 255) = 19.13%
R=60%
G=20.87%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69242200.650.680.732.5551.6517.84
Hex451816041444933412
Octal1053026010110411136422
Binary1000101110001011001000001100010010010011111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451816; }

 p { color: rgb(69,24,22); }

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

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

 a { background-color: rgb(69,24,22); }

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

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

 span { border-color: rgb(69,24,22); }

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