#471205

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

Shades of Seal Brown #471205

Tints of Seal Brown #471205

Color information

#471205 (or 0x471205) is unknown color: approx Seal Brown. HEX triplet: 47, 12 and 05. RGB value is (71,18,5). Sum of RGB (Red+Green+Blue) = 71+18+5=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #471205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471205 is #B8EDFA. Grayscale: #202020. Windows color (decimal): -12119547 or 332359. OLE color: 332359.

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

Color convert

RGB71185-
CMYK00.750.930.72
HSL11.82º86.84%14.9%-
HSV(B)11.82º92.96%27.84%-
XYZ2.841.780.34-
YUV32.36112.56155.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 75.53%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 5 (2.34% from 255) = 5.32%
R=75.53%
G=19.15%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7118500.750.930.7211.8286.8414.9
Hex4712504B5D48c57f
Octal10722501131351101412717
Binary1000111100101010100101110111011001000110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471205; }

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

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

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

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

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

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

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

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