#471105

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

Shades of Seal Brown #471105

Tints of Seal Brown #471105

Color information

#471105 (or 0x471105) is unknown color: approx Seal Brown. HEX triplet: 47, 11 and 05. RGB value is (71,17,5). Sum of RGB (Red+Green+Blue) = 71+17+5=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #471105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471105 is #B8EEFA. Grayscale: #1F1F1F. Windows color (decimal): -12119803 or 332103. OLE color: 332103.

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

Color convert

RGB71175-
CMYK00.760.930.72
HSL10.91º86.84%14.9%-
HSV(B)10.91º92.96%27.84%-
XYZ2.831.750.33-
YUV31.78112.89155.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 76.34%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 5 (2.34% from 255) = 5.38%
R=76.34%
G=18.28%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7117500.760.930.7210.9186.8414.9
Hex4711504C5D48b57f
Octal10721501141351101312717
Binary1000111100011010100110010111011001000101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471105; }

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

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

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

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

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

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

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

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