#471211

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

Shades of Seal Brown #471211

Tints of Seal Brown #471211

Color information

#471211 (or 0x471211) is unknown color: approx Seal Brown. HEX triplet: 47, 12 and 11. RGB value is (71,18,17). Sum of RGB (Red+Green+Blue) = 71+18+17=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471211 is #B8EDEE. Grayscale: #212121. Windows color (decimal): -12119535 or 1118791. OLE color: 1118791.

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

Color convert

RGB711817-
CMYK00.750.760.72
HSL1.11º61.36%17.25%-
HSV(B)1.11º76.06%27.84%-
XYZ2.921.810.73-
YUV33.73118.56154.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.98%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=66.98%
G=16.98%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71181700.750.760.721.1161.3617.25
Hex47121104B4C4813d11
Octal1072221011311411017521
Binary100011110010100010100101110011001001000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471211; }

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

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

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

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

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

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

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

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