#471206

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

Shades of Seal Brown #471206

Tints of Seal Brown #471206

Color information

#471206 (or 0x471206) is unknown color: approx Seal Brown. HEX triplet: 47, 12 and 06. RGB value is (71,18,6). Sum of RGB (Red+Green+Blue) = 71+18+6=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #471206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471206 is #B8EDF9. Grayscale: #202020. Windows color (decimal): -12119546 or 397895. OLE color: 397895.

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

Color convert

RGB71186-
CMYK00.750.920.72
HSL11.08º84.42%15.1%-
HSV(B)11.08º91.55%27.84%-
XYZ2.851.790.37-
YUV32.48113.06155.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 74.74%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 6 (2.73% from 255) = 6.32%
R=74.74%
G=18.95%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7118600.750.920.7211.0884.4215.1
Hex4712604B5C48b54f
Octal10722601131341101312417
Binary1000111100101100100101110111001001000101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471206; }

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

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

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

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

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

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

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

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