#471111

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

Shades of Seal Brown #471111

Tints of Seal Brown #471111

Color information

#471111 (or 0x471111) is unknown color: approx Seal Brown. HEX triplet: 47, 11 and 11. RGB value is (71,17,17). Sum of RGB (Red+Green+Blue) = 71+17+17=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #471111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471111 is #B8EEEE. Grayscale: #212121. Windows color (decimal): -12119791 or 1118535. OLE color: 1118535.

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

Color convert

RGB711717-
CMYK00.760.760.72
HSL61.36%17.25%-
HSV(B)76.06%27.84%-
XYZ2.91.780.72-
YUV33.15118.89155-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=67.62%
G=16.19%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71171700.760.760.72061.3617.25
Hex47111104C4C4803d11
Octal1072121011411411007521
Binary100011110001100010100110010011001001000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471111; }

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

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

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

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

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

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

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

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