#471106

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

Shades of Seal Brown #471106

Tints of Seal Brown #471106

Color information

#471106 (or 0x471106) is unknown color: approx Seal Brown. HEX triplet: 47, 11 and 06. RGB value is (71,17,6). Sum of RGB (Red+Green+Blue) = 71+17+6=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #471106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471106 is #B8EEF9. Grayscale: #1F1F1F. Windows color (decimal): -12119802 or 397639. OLE color: 397639.

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

Color convert

RGB71176-
CMYK00.760.920.72
HSL10.15º84.42%15.1%-
HSV(B)10.15º91.55%27.84%-
XYZ2.831.750.36-
YUV31.89113.39155.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 75.53%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 6 (2.73% from 255) = 6.38%
R=75.53%
G=18.09%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7117600.760.920.7210.1584.4215.1
Hex4711604C5C48a54f
Octal10721601141341101212417
Binary1000111100011100100110010111001001000101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471106; }

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

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

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

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

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

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

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

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