#803400

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

Shades of Saddle Brown #803400

Tints of Saddle Brown #803400

Color information

#803400 (or 0x803400) is unknown color: approx Saddle Brown. HEX triplet: 80, 34 and 00. RGB value is (128,52,0). Sum of RGB (Red+Green+Blue) = 128+52+0=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #803400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803400 is #7FCBFF. Grayscale: #454545. Windows color (decimal): -8375296 or 13440. OLE color: 13440.

HSL color Cylindrical-coordinate representation of color #803400: hue angle of 24.37º 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 #803400 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB128520-
CMYK00.5910.50
HSL24.37º100%25.1%-
HSV(B)24.37º100%50.2%-
XYZ10.137.050.83-
YUV68.889.18170.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 71.11%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.11%
G=28.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12852000.5910.5024.3710025.1
Hex8034003B6432186419
Octal200640073144623014431
Binary1000000011010000111011110010011001011000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803400; }

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

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

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

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

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

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

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

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