#470908

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

Shades of Seal Brown #470908

Tints of Seal Brown #470908

Color information

#470908 (or 0x470908) is unknown color: approx Seal Brown. HEX triplet: 47, 09 and 08. RGB value is (71,9,8). Sum of RGB (Red+Green+Blue) = 71+9+8=88 (11% of max value = 765). Red value is 71 (28.12% from 255 or 80.68% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 71 - color contains mainly: red. Hex color #470908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470908 is #B8F6F7. Grayscale: #1B1B1B. Windows color (decimal): -12121848 or 526663. OLE color: 526663.

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

Color convert

RGB7198-
CMYK00.870.890.72
HSL0.95º79.75%15.49%-
HSV(B)0.95º88.73%27.84%-
XYZ2.741.550.38-
YUV27.42117.04159.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 80.68%
GREEN value IS 9 (3.91% from 255) = 10.23%
BLUE value IS 8 (3.52% from 255) = 9.09%
R=80.68%
G=10.23%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal719800.870.890.720.9579.7515.49
Hex47980575948150f
Octal10711100127131110112017
Binary1000111100110000101011110110011001000110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470908; }

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

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

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

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

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

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

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

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