#471816

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

Shades of Seal Brown #471816

Tints of Seal Brown #471816

Color information

#471816 (or 0x471816) is unknown color: approx Seal Brown. HEX triplet: 47, 18 and 16. RGB value is (71,24,22). Sum of RGB (Red+Green+Blue) = 71+24+22=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #471816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471816 is #B8E7E9. Grayscale: #252525. Windows color (decimal): -12117994 or 1448007. OLE color: 1448007.

HSL color Cylindrical-coordinate representation of color #471816: hue angle of 2.45º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471816 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB712422-
CMYK00.660.690.72
HSL2.45º52.69%18.24%-
HSV(B)2.45º69.01%27.84%-
XYZ3.072.050.99-
YUV37.83119.07151.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 22 (8.98% from 255) = 18.80%
R=60.68%
G=20.51%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71242200.660.690.722.4552.6918.24
Hex471816042454823512
Octal1073026010210511026522
Binary1000111110001011001000010100010110010001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471816; }

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

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

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

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

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

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

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

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