#803301

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

Shades of Saddle Brown #803301

Tints of Saddle Brown #803301

Color information

#803301 (or 0x803301) is unknown color: approx Saddle Brown. HEX triplet: 80, 33 and 01. RGB value is (128,51,1). Sum of RGB (Red+Green+Blue) = 128+51+1=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #803301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803301 is #7FCCFE. Grayscale: #444444. Windows color (decimal): -8375551 or 78720. OLE color: 78720.

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

Color convert

RGB128511-
CMYK00.600.990.50
HSL23.62º98.45%25.29%-
HSV(B)23.62º99.22%50.2%-
XYZ10.096.960.84-
YUV68.3290.01170.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 71.11%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=71.11%
G=28.33%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12851100.600.990.5023.6298.4525.29
Hex8033103C6332186219
Octal200631074143623014231
Binary1000000011001110111100110001111001011000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803301; }

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

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

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

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

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

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

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

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