Html Css Color HEX #803510 Saddle Brown

📋 copy color: '#803510'

red 128 ◦ green 53 ◦ blue 16

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

Shades of Saddle Brown #803510

Tints of Saddle Brown #803510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.12%

R = 64.97%
G = 26.9%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#803510 (or 0x803510) is known color: Saddle Brown. HEX triplet: 80, 35 and 10. RGB value is (128,53,16). Sum of RGB (Red+Green+Blue) = 128+53+16=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #803510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803510 is #7FCAEF. Grayscale: #474747. Windows color (decimal): -8375024 or 1062272. OLE color: 1062272.

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

Color convert

RGB 128 53 16 -
CMYK 0 0.59 0.88 0.50
HSL 19.82º 0.78% 0.28% -
HSV(B) 19.82º 0.88% 0.5% -
XYZ 10.27 7.17 1.33 -
YUV 71.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 128 53 16 0 0.59 0.88 0.50 19.82 0.78 0.28
Hex 80 35 10 0 3B 58 32 14 4E 1C
Octal 200 65 20 0 73 130 62 24 116 34
Binary 10000000 110101 10000 0 111011 1011000 110010 10100 1001110 11100

Color Harmonies of #803510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803510

Black with #803510

Text Example


Text Example

White with #803510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803510; }

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

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

background-color css

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

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

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

border-color css

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

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

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