#803902

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

Shades of Saddle Brown #803902

Tints of Saddle Brown #803902

Color information

#803902 (or 0x803902) is unknown color: approx Saddle Brown. HEX triplet: 80, 39 and 02. RGB value is (128,57,2). Sum of RGB (Red+Green+Blue) = 128+57+2=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #803902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803902 is #7FC6FD. Grayscale: #484848. Windows color (decimal): -8374014 or 145792. OLE color: 145792.

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

Color convert

RGB128572-
CMYK00.550.980.50
HSL26.19º96.92%25.49%-
HSV(B)26.19º98.44%50.2%-
XYZ10.387.520.96-
YUV71.9688.52167.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 68.45%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 2 (1.17% from 255) = 1.07%
R=68.45%
G=30.48%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12857200.550.980.5026.1996.9225.49
Hex8039203762321a6119
Octal200712067142623214131
Binary10000000111001100110111110001011001011010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803902; }

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

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

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

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

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

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

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

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