#803702

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

Shades of Saddle Brown #803702

Tints of Saddle Brown #803702

Color information

#803702 (or 0x803702) is unknown color: approx Saddle Brown. HEX triplet: 80, 37 and 02. RGB value is (128,55,2). Sum of RGB (Red+Green+Blue) = 128+55+2=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #803702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803702 is #7FC8FD. Grayscale: #474747. Windows color (decimal): -8374526 or 145280. OLE color: 145280.

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

Color convert

RGB128552-
CMYK00.570.980.50
HSL25.24º96.92%25.49%-
HSV(B)25.24º98.44%50.2%-
XYZ10.287.330.93-
YUV70.7889.18168.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 69.19%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=69.19%
G=29.73%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12855200.570.980.5025.2496.9225.49
Hex803720396232196119
Octal200672071142623114131
Binary10000000110111100111001110001011001011001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803702; }

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

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

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

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

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

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

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

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