#803201

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

Shades of Saddle Brown #803201

Tints of Saddle Brown #803201

Color information

#803201 (or 0x803201) is unknown color: approx Saddle Brown. HEX triplet: 80, 32 and 01. RGB value is (128,50,1). Sum of RGB (Red+Green+Blue) = 128+50+1=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #803201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803201 is #7FCDFE. Grayscale: #444444. Windows color (decimal): -8375807 or 78464. OLE color: 78464.

HSL color Cylindrical-coordinate representation of color #803201: hue angle of 23.15º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #803201 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB128501-
CMYK00.610.990.50
HSL23.15º98.45%25.29%-
HSV(B)23.15º99.22%50.2%-
XYZ10.056.870.83-
YUV67.7490.34170.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 71.51%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=71.51%
G=27.93%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12850100.610.990.5023.1598.4525.29
Hex8032103D6332176219
Octal200621075143622714231
Binary1000000011001010111101110001111001010111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803201; }

 p { color: rgb(128,50,1); }

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

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

 a { background-color: rgb(128,50,1); }

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

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

 span { border-color: rgb(128,50,1); }

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