#470802

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

Shades of Seal Brown #470802

Tints of Seal Brown #470802

Color information

#470802 (or 0x470802) is unknown color: approx Seal Brown. HEX triplet: 47, 08 and 02. RGB value is (71,8,2). Sum of RGB (Red+Green+Blue) = 71+8+2=81 (10% of max value = 765). Red value is 71 (28.12% from 255 or 87.65% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 71 - color contains mainly: red. Hex color #470802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470802 is #B8F7FD. Grayscale: #1A1A1A. Windows color (decimal): -12122110 or 133191. OLE color: 133191.

HSL color Cylindrical-coordinate representation of color #470802: hue angle of 5.22º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470802 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB7182-
CMYK00.890.970.72
HSL5.22º94.52%14.31%-
HSV(B)5.22º97.18%27.84%-
XYZ2.71.520.21-
YUV26.15114.37159.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 87.65%
GREEN value IS 8 (3.52% from 255) = 9.88%
BLUE value IS 2 (1.17% from 255) = 2.47%
R=87.65%
G=9.88%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal718200.890.970.725.2294.5214.31
Hex4782059614855fe
Octal1071020131141110513716
Binary1000111100010010110011100001100100010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470802; }

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

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

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

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

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

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

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

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