#471210

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

Shades of Seal Brown #471210

Tints of Seal Brown #471210

Color information

#471210 (or 0x471210) is unknown color: approx Seal Brown. HEX triplet: 47, 12 and 10. RGB value is (71,18,16). Sum of RGB (Red+Green+Blue) = 71+18+16=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #471210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471210 is #B8EDEF. Grayscale: #212121. Windows color (decimal): -12119536 or 1053255. OLE color: 1053255.

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

Color convert

RGB711816-
CMYK00.750.770.72
HSL2.18º63.22%17.06%-
HSV(B)2.18º77.46%27.84%-
XYZ2.911.810.69-
YUV33.62118.06154.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=67.62%
G=17.14%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71181600.750.770.722.1863.2217.06
Hex47121004B4D4823f11
Octal1072220011311511027721
Binary1000111100101000001001011100110110010001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471210; }

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

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

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

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

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

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

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

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