#802F0B

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

Shades of Saddle Brown #802F0B

Tints of Saddle Brown #802F0B

Color information

#802F0B (or 0x802F0B) is unknown color: approx Saddle Brown. HEX triplet: 80, 2F and 0B. RGB value is (128,47,11). Sum of RGB (Red+Green+Blue) = 128+47+11=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #802F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802F0B is #7FD0F4. Grayscale: #434343. Windows color (decimal): -8376565 or 733056. OLE color: 733056.

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

Color convert

RGB1284711-
CMYK00.630.910.50
HSL18.46º84.17%27.25%-
HSV(B)18.46º91.41%50.2%-
XYZ9.986.651.07-
YUV67.1196.34171.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 68.82%
GREEN value IS 47 (18.75% from 255) = 25.27%
BLUE value IS 11 (4.69% from 255) = 5.91%
R=68.82%
G=25.27%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128471100.630.910.5018.4684.1727.25
Hex802FB03F5B3212541b
Octal2005713077133622212433
Binary1000000010111110110111111101101111001010010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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