#471103

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

Shades of Seal Brown #471103

Tints of Seal Brown #471103

Color information

#471103 (or 0x471103) is unknown color: approx Seal Brown. HEX triplet: 47, 11 and 03. RGB value is (71,17,3). Sum of RGB (Red+Green+Blue) = 71+17+3=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #471103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471103 is #B8EEFC. Grayscale: #1F1F1F. Windows color (decimal): -12119805 or 201031. OLE color: 201031.

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

Color convert

RGB71173-
CMYK00.760.960.72
HSL12.35º91.89%14.51%-
HSV(B)12.35º95.77%27.84%-
XYZ2.821.750.27-
YUV31.55111.89156.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 78.02%
GREEN value IS 17 (7.03% from 255) = 18.68%
BLUE value IS 3 (1.56% from 255) = 3.30%
R=78.02%
G=18.68%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7117300.760.960.7212.3591.8914.51
Hex4711304C6048c5cf
Octal10721301141401101413417
Binary100011110001110100110011000001001000110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471103; }

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

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

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

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

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

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

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

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