#470B03

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

Shades of Seal Brown #470B03

Tints of Seal Brown #470B03

Color information

#470B03 (or 0x470B03) is unknown color: approx Seal Brown. HEX triplet: 47, 0B and 03. RGB value is (71,11,3). Sum of RGB (Red+Green+Blue) = 71+11+3=85 (11% of max value = 765). Red value is 71 (28.12% from 255 or 83.53% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 71 - color contains mainly: red. Hex color #470B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470B03 is #B8F4FC. Grayscale: #1C1C1C. Windows color (decimal): -12121341 or 199495. OLE color: 199495.

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

Color convert

RGB71113-
CMYK00.850.960.72
HSL7.06º91.89%14.51%-
HSV(B)7.06º95.77%27.84%-
XYZ2.731.590.25-
YUV28.03113.88158.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 83.53%
GREEN value IS 11 (4.69% from 255) = 12.94%
BLUE value IS 3 (1.56% from 255) = 3.53%
R=83.53%
G=12.94%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7111300.850.960.727.0691.8914.51
Hex47B3055604875cf
Octal1071330125140110713417
Binary1000111101111010101011100000100100011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470B03; }

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

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

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

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

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

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

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

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