#470D08

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

Shades of Seal Brown #470D08

Tints of Seal Brown #470D08

Color information

#470D08 (or 0x470D08) is unknown color: approx Seal Brown. HEX triplet: 47, 0D and 08. RGB value is (71,13,8). Sum of RGB (Red+Green+Blue) = 71+13+8=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #470D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470D08 is #B8F2F7. Grayscale: #1D1D1D. Windows color (decimal): -12120824 or 527687. OLE color: 527687.

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

Color convert

RGB71138-
CMYK00.820.890.72
HSL4.76º79.75%15.49%-
HSV(B)4.76º88.73%27.84%-
XYZ2.791.640.4-
YUV29.77115.72157.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 77.17%
GREEN value IS 13 (5.47% from 255) = 14.13%
BLUE value IS 8 (3.52% from 255) = 8.70%
R=77.17%
G=14.13%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7113800.820.890.724.7679.7515.49
Hex47D80525948550f
Octal10715100122131110512017
Binary100011111011000010100101011001100100010110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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