#471716

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

Shades of Seal Brown #471716

Tints of Seal Brown #471716

Color information

#471716 (or 0x471716) is unknown color: approx Seal Brown. HEX triplet: 47, 17 and 16. RGB value is (71,23,22). Sum of RGB (Red+Green+Blue) = 71+23+22=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #471716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471716 is #B8E8E9. Grayscale: #252525. Windows color (decimal): -12118250 or 1447751. OLE color: 1447751.

HSL color Cylindrical-coordinate representation of color #471716: hue angle of 1.22º 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 #471716 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB712322-
CMYK00.680.690.72
HSL1.22º52.69%18.24%-
HSV(B)1.22º69.01%27.84%-
XYZ3.052.010.99-
YUV37.24119.4152.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.21%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=61.21%
G=19.83%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71232200.680.690.721.2252.6918.24
Hex471716044454813512
Octal1072726010410511016522
Binary100011110111101100100010010001011001000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471716; }

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

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

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

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

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

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

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

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