#802F08

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

Shades of Saddle Brown #802F08

Tints of Saddle Brown #802F08

Color information

#802F08 (or 0x802F08) is unknown color: approx Saddle Brown. HEX triplet: 80, 2F and 08. RGB value is (128,47,8). Sum of RGB (Red+Green+Blue) = 128+47+8=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #802F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802F08 is #7FD0F7. Grayscale: #434343. Windows color (decimal): -8376568 or 536448. OLE color: 536448.

HSL color Cylindrical-coordinate representation of color #802F08: hue angle of 19.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #802F08 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB128478-
CMYK00.630.940.50
HSL19.5º88.24%26.67%-
HSV(B)19.5º93.75%50.2%-
XYZ9.966.640.99-
YUV66.7794.84171.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 69.95%
GREEN value IS 47 (18.75% from 255) = 25.68%
BLUE value IS 8 (3.52% from 255) = 4.37%
R=69.95%
G=25.68%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12847800.630.940.5019.588.2426.67
Hex802F803F5E3214581b
Octal2005710077136622413033
Binary1000000010111110000111111101111011001010100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802F08; }

 p { color: rgb(128,47,8); }

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

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

 a { background-color: rgb(128,47,8); }

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

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

 span { border-color: rgb(128,47,8); }

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