#470C08

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

Shades of Seal Brown #470C08

Tints of Seal Brown #470C08

Color information

#470C08 (or 0x470C08) is unknown color: approx Seal Brown. HEX triplet: 47, 0C and 08. RGB value is (71,12,8). Sum of RGB (Red+Green+Blue) = 71+12+8=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #470C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470C08 is #B8F3F7. Grayscale: #1D1D1D. Windows color (decimal): -12121080 or 527431. OLE color: 527431.

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

Color convert

RGB71128-
CMYK00.830.890.72
HSL3.81º79.75%15.49%-
HSV(B)3.81º88.73%27.84%-
XYZ2.771.620.4-
YUV29.18116.05157.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 78.02%
GREEN value IS 12 (5.08% from 255) = 13.19%
BLUE value IS 8 (3.52% from 255) = 8.79%
R=78.02%
G=13.19%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7112800.830.890.723.8179.7515.49
Hex47C80535948450f
Octal10714100123131110412017
Binary100011111001000010100111011001100100010010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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