#471412

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

Shades of Seal Brown #471412

Tints of Seal Brown #471412

Color information

#471412 (or 0x471412) is unknown color: approx Seal Brown. HEX triplet: 47, 14 and 12. RGB value is (71,20,18). Sum of RGB (Red+Green+Blue) = 71+20+18=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #471412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471412 is #B8EBED. Grayscale: #232323. Windows color (decimal): -12119022 or 1184839. OLE color: 1184839.

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

Color convert

RGB712018-
CMYK00.720.750.72
HSL2.26º59.55%17.45%-
HSV(B)2.26º74.65%27.84%-
XYZ2.961.880.78-
YUV35.02118.4153.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.14%
GREEN value IS 20 (8.20% from 255) = 18.35%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=65.14%
G=18.35%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71201800.720.750.722.2659.5517.45
Hex4714120484B4823c11
Octal1072422011011311027421
Binary1000111101001001001001000100101110010001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471412; }

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

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

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

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

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

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

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

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