Html Css Color HEX #803501 Saddle Brown

📋 copy color: '#803501'

red 128 ◦ green 53 ◦ blue 1

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

Shades of Saddle Brown #803501

Tints of Saddle Brown #803501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 70.33%
G = 29.12%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#803501 (or 0x803501) is known color: Saddle Brown. HEX triplet: 80, 35 and 01. RGB value is (128,53,1). Sum of RGB (Red+Green+Blue) = 128+53+1=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #803501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803501 is #7FCAFE. Grayscale: #454545. Windows color (decimal): -8375039 or 79232. OLE color: 79232.

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

Color convert

RGB 128 53 1 -
CMYK 0 0.59 0.99 0.50
HSL 24.57º 0.98% 0.25% -
HSV(B) 24.57º 0.99% 0.5% -
XYZ 10.18 7.14 0.87 -
YUV 69.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 128 53 1 0 0.59 0.99 0.50 24.57 0.98 0.25
Hex 80 35 1 0 3B 63 32 19 62 19
Octal 200 65 1 0 73 143 62 31 142 31
Binary 10000000 110101 1 0 111011 1100011 110010 11001 1100010 11001

Color Harmonies of #803501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803501

Black with #803501

Text Example


Text Example

White with #803501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803501; }

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

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

background-color css

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

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

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

border-color css

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

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

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