#470807

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

Shades of Seal Brown #470807

Tints of Seal Brown #470807

Color information

#470807 (or 0x470807) is unknown color: approx Seal Brown. HEX triplet: 47, 08 and 07. RGB value is (71,8,7). Sum of RGB (Red+Green+Blue) = 71+8+7=86 (11% of max value = 765). Red value is 71 (28.12% from 255 or 82.56% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 71 - color contains mainly: red. Hex color #470807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470807 is #B8F7F8. Grayscale: #1A1A1A. Windows color (decimal): -12122105 or 460871. OLE color: 460871.

HSL color Cylindrical-coordinate representation of color #470807: hue angle of 0.94º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470807 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB7187-
CMYK00.890.900.72
HSL0.94º82.05%15.29%-
HSV(B)0.94º90.14%27.84%-
XYZ2.721.530.35-
YUV26.72116.87159.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 82.56%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 7 (3.12% from 255) = 8.14%
R=82.56%
G=9.30%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal718700.890.900.720.9482.0515.29
Hex47870595A48152f
Octal1071070131132110112217
Binary100011110001110101100110110101001000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470807; }

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

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

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

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

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

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

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

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