#803200

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

Shades of Saddle Brown #803200

Tints of Saddle Brown #803200

Color information

#803200 (or 0x803200) is unknown color: approx Saddle Brown. HEX triplet: 80, 32 and 00. RGB value is (128,50,0). Sum of RGB (Red+Green+Blue) = 128+50+0=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #803200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803200 is #7FCDFF. Grayscale: #434343. Windows color (decimal): -8375808 or 12928. OLE color: 12928.

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

Color convert

RGB128500-
CMYK00.6110.50
HSL23.44º100%25.1%-
HSV(B)23.44º100%50.2%-
XYZ10.046.870.8-
YUV67.6289.84171.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 71.91%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.91%
G=28.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12850000.6110.5023.4410025.1
Hex8032003D6432176419
Octal200620075144622714431
Binary1000000011001000111101110010011001010111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803200; }

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

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

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

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

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

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

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

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