Html Css Color HEX #803502 Saddle Brown

📋 copy color: '#803502'

red 128 ◦ green 53 ◦ blue 2

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

Shades of Saddle Brown #803502

Tints of Saddle Brown #803502

RGB

 RED value IS 128 (50.39% from 255) = 69.95%

 GREEN value IS 53 (21.09% from 255) = 28.96%

 BLUE value IS 2 (1.17% from 255) = 1.09%

R = 69.95%
G = 28.96%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#803502 (or 0x803502) is known color: Saddle Brown. HEX triplet: 80, 35 and 02. RGB value is (128,53,2). Sum of RGB (Red+Green+Blue) = 128+53+2=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #803502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803502 is #7FCAFD. Grayscale: #454545. Windows color (decimal): -8375038 or 144768. OLE color: 144768.

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

Color convert

RGB 128 53 2 -
CMYK 0 0.59 0.98 0.50
HSL 24.29º 0.97% 0.25% -
HSV(B) 24.29º 0.98% 0.5% -
XYZ 10.19 7.14 0.9 -
YUV 69.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 128 53 2 0 0.59 0.98 0.50 24.29 0.97 0.25
Hex 80 35 2 0 3B 62 32 18 61 19
Octal 200 65 2 0 73 142 62 30 141 31
Binary 10000000 110101 10 0 111011 1100010 110010 11000 1100001 11001

Color Harmonies of #803502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803502

Black with #803502

Text Example


Text Example

White with #803502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803502; }

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

 H1.HeaderClassName
 {
   color: #803502;
 }
 .AnyTagClassName
 {
   color: #803502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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