#471108

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

Shades of Seal Brown #471108

Tints of Seal Brown #471108

Color information

#471108 (or 0x471108) is unknown color: approx Seal Brown. HEX triplet: 47, 11 and 08. RGB value is (71,17,8). Sum of RGB (Red+Green+Blue) = 71+17+8=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #471108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471108 is #B8EEF7. Grayscale: #202020. Windows color (decimal): -12119800 or 528711. OLE color: 528711.

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

Color convert

RGB71178-
CMYK00.760.890.72
HSL8.57º79.75%15.49%-
HSV(B)8.57º88.73%27.84%-
XYZ2.841.760.42-
YUV32.12114.39155.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.96%
GREEN value IS 17 (7.03% from 255) = 17.71%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=73.96%
G=17.71%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7117800.760.890.728.5779.7515.49
Hex4711804C5948950f
Octal107211001141311101112017
Binary10001111000110000100110010110011001000100110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471108; }

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

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

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

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

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

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

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

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