Html Css Color HEX #803702 Saddle Brown

📋 copy color: '#803702'

red 128 ◦ green 55 ◦ blue 2

#803702
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #803702

Tints of Saddle Brown #803702

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 value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#803702 (or 0x803702) is known color: 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

RGB 128 55 2 -
CMYK 0 0.57 0.98 0.50
HSL 25.24º 0.97% 0.25% -
HSV(B) 25.24º 0.98% 0.5% -
XYZ 10.28 7.33 0.93 -
YUV 70.79 89.18 168.81 -
System Red Green Blue C M Y K H S L
Decimal 128 55 2 0 0.57 0.98 0.50 25.24 0.97 0.25
Hex 80 37 2 0 39 62 32 19 61 19
Octal 200 67 2 0 71 142 62 31 141 31
Binary 10000000 110111 10 0 111001 1100010 110010 11001 1100001 11001

Color Harmonies of #803702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803702

Black with #803702

Text Example


Text Example

White with #803702

Text Example


Text Example

HTML Codes & Css Web 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>