#471614

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

Shades of Seal Brown #471614

Tints of Seal Brown #471614

Color information

#471614 (or 0x471614) is unknown color: approx Seal Brown. HEX triplet: 47, 16 and 14. RGB value is (71,22,20). Sum of RGB (Red+Green+Blue) = 71+22+20=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #471614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471614 is #B8E9EB. Grayscale: #242424. Windows color (decimal): -12118508 or 1316423. OLE color: 1316423.

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

Color convert

RGB712220-
CMYK00.690.720.72
HSL2.35º56.04%17.84%-
HSV(B)2.35º71.83%27.84%-
XYZ3.011.960.88-
YUV36.42118.73152.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=62.83%
G=19.47%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71222000.690.720.722.3556.0417.84
Hex471614045484823812
Octal1072624010511011027022
Binary1000111101101010001000101100100010010001011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471614; }

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

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

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

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

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

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

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

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