#803A03

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

Shades of Saddle Brown #803A03

Tints of Saddle Brown #803A03

Color information

#803A03 (or 0x803A03) is unknown color: approx Saddle Brown. HEX triplet: 80, 3A and 03. RGB value is (128,58,3). Sum of RGB (Red+Green+Blue) = 128+58+3=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #803A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803A03 is #7FC5FC. Grayscale: #484848. Windows color (decimal): -8373757 or 211584. OLE color: 211584.

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

Color convert

RGB128583-
CMYK00.550.980.50
HSL26.4º95.42%25.69%-
HSV(B)26.4º97.66%50.2%-
XYZ10.437.621.01-
YUV72.6688.69167.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.72%
GREEN value IS 58 (23.05% from 255) = 30.69%
BLUE value IS 3 (1.56% from 255) = 1.59%
R=67.72%
G=30.69%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12858300.550.980.5026.495.4225.69
Hex803A303762321a5f1a
Octal200723067142623213732
Binary10000000111010110110111110001011001011010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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