#471311

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

Shades of Seal Brown #471311

Tints of Seal Brown #471311

Color information

#471311 (or 0x471311) is unknown color: approx Seal Brown. HEX triplet: 47, 13 and 11. RGB value is (71,19,17). Sum of RGB (Red+Green+Blue) = 71+19+17=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #471311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471311 is #B8ECEE. Grayscale: #222222. Windows color (decimal): -12119279 or 1119047. OLE color: 1119047.

HSL color Cylindrical-coordinate representation of color #471311: hue angle of 2.22º 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 #471311 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB711917-
CMYK00.730.760.72
HSL2.22º61.36%17.25%-
HSV(B)2.22º76.06%27.84%-
XYZ2.931.850.73-
YUV34.32118.23154.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.36%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=66.36%
G=17.76%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71191700.730.760.722.2261.3617.25
Hex4713110494C4823d11
Octal1072321011111411027521
Binary1000111100111000101001001100110010010001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471311; }

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

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

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

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

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

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

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

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