#803910

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

Shades of Saddle Brown #803910

Tints of Saddle Brown #803910

Color information

#803910 (or 0x803910) is unknown color: approx Saddle Brown. HEX triplet: 80, 39 and 10. RGB value is (128,57,16). Sum of RGB (Red+Green+Blue) = 128+57+16=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #803910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803910 is #7FC6EF. Grayscale: #494949. Windows color (decimal): -8374000 or 1063296. OLE color: 1063296.

HSL color Cylindrical-coordinate representation of color #803910: hue angle of 21.96º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #803910 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB1285716-
CMYK00.550.880.50
HSL21.96º77.78%28.24%-
HSV(B)21.96º87.5%50.2%-
XYZ10.467.551.4-
YUV73.5595.52166.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.68%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 16 (6.64% from 255) = 7.96%
R=63.68%
G=28.36%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128571600.550.880.5021.9677.7828.24
Hex8039100375832164e1c
Octal2007120067130622611634
Binary10000000111001100000110111101100011001010110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803910; }

 p { color: rgb(128,57,16); }

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

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

 a { background-color: rgb(128,57,16); }

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

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

 span { border-color: rgb(128,57,16); }

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