#803E0B

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

Shades of Saddle Brown #803E0B

Tints of Saddle Brown #803E0B

Color information

#803E0B (or 0x803E0B) is unknown color: approx Saddle Brown. HEX triplet: 80, 3E and 0B. RGB value is (128,62,11). Sum of RGB (Red+Green+Blue) = 128+62+11=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #803E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803E0B is #7FC1F4. Grayscale: #4C4C4C. Windows color (decimal): -8372725 or 736896. OLE color: 736896.

HSL color Cylindrical-coordinate representation of color #803E0B: hue angle of 26.15º 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 #803E0B is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB1286211-
CMYK00.520.910.50
HSL26.15º84.17%27.25%-
HSV(B)26.15º91.41%50.2%-
XYZ10.698.061.31-
YUV75.9291.37165.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.68%
GREEN value IS 62 (24.61% from 255) = 30.85%
BLUE value IS 11 (4.69% from 255) = 5.47%
R=63.68%
G=30.85%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128621100.520.910.5026.1584.1727.25
Hex803EB0345B321a541b
Octal2007613064133623212433
Binary1000000011111010110110100101101111001011010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803E0B; }

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

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

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

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

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

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

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

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