Html Css Color HEX #803710 Saddle Brown

📋 copy color: '#803710'

red 128 ◦ green 55 ◦ blue 16

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

Shades of Saddle Brown #803710

Tints of Saddle Brown #803710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.64%

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

R = 64.32%
G = 27.64%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#803710 (or 0x803710) is known color: Saddle Brown. HEX triplet: 80, 37 and 10. RGB value is (128,55,16). Sum of RGB (Red+Green+Blue) = 128+55+16=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #803710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803710 is #7FC8EF. Grayscale: #484848. Windows color (decimal): -8374512 or 1062784. OLE color: 1062784.

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

Color convert

RGB 128 55 16 -
CMYK 0 0.57 0.88 0.50
HSL 20.89º 0.78% 0.28% -
HSV(B) 20.89º 0.88% 0.5% -
XYZ 10.36 7.36 1.36 -
YUV 72.38 96.18 167.67 -
System Red Green Blue C M Y K H S L
Decimal 128 55 16 0 0.57 0.88 0.50 20.89 0.78 0.28
Hex 80 37 10 0 39 58 32 15 4E 1C
Octal 200 67 20 0 71 130 62 25 116 34
Binary 10000000 110111 10000 0 111001 1011000 110010 10101 1001110 11100

Color Harmonies of #803710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803710

Black with #803710

Text Example


Text Example

White with #803710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803710; }

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

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

background-color css

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

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

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

border-color css

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

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

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