#803A0E

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

Shades of Saddle Brown #803A0E

Tints of Saddle Brown #803A0E

Color information

#803A0E (or 0x803A0E) is unknown color: approx Saddle Brown. HEX triplet: 80, 3A and 0E. RGB value is (128,58,14). Sum of RGB (Red+Green+Blue) = 128+58+14=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #803A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803A0E is #7FC5F1. Grayscale: #4A4A4A. Windows color (decimal): -8373746 or 932480. OLE color: 932480.

HSL color Cylindrical-coordinate representation of color #803A0E: hue angle of 23.16º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #803A0E is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB1285814-
CMYK00.550.890.50
HSL23.16º80.28%27.84%-
HSV(B)23.16º89.06%50.2%-
XYZ10.497.651.34-
YUV73.9194.19166.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64%
GREEN value IS 58 (23.05% from 255) = 29%
BLUE value IS 14 (5.86% from 255) = 7%
R=64%
G=29%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128581400.550.890.5023.1680.2827.84
Hex803AE037593217501c
Octal2007216067131622712034
Binary1000000011101011100110111101100111001010111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,58,14); }

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

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

 a { background-color: rgb(128,58,14); }

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

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

 span { border-color: rgb(128,58,14); }

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