#471003

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

Shades of Seal Brown #471003

Tints of Seal Brown #471003

Color information

#471003 (or 0x471003) is unknown color: approx Seal Brown. HEX triplet: 47, 10 and 03. RGB value is (71,16,3). Sum of RGB (Red+Green+Blue) = 71+16+3=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #471003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471003 is #B8EFFC. Grayscale: #1F1F1F. Windows color (decimal): -12120061 or 200775. OLE color: 200775.

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

Color convert

RGB71163-
CMYK00.770.960.72
HSL11.47º91.89%14.51%-
HSV(B)11.47º95.77%27.84%-
XYZ2.81.720.27-
YUV30.96112.22156.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 78.89%
GREEN value IS 16 (6.64% from 255) = 17.78%
BLUE value IS 3 (1.56% from 255) = 3.33%
R=78.89%
G=17.78%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7116300.770.960.7211.4791.8914.51
Hex4710304D6048b5cf
Octal10720301151401101313417
Binary100011110000110100110111000001001000101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471003; }

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

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

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

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

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

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

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

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