Html Css Color HEX #8C5011 Saddle Brown

📋 copy color: '#8C5011'

red 140 ◦ green 80 ◦ blue 17

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

Shades of Saddle Brown #8C5011

Tints of Saddle Brown #8C5011

RGB

 RED value IS 140 (55.08% from 255) = 59.07%

 GREEN value IS 80 (31.64% from 255) = 33.76%

 BLUE value IS 17 (7.03% from 255) = 7.17%

R = 59.07%
G = 33.76%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8C5011 (or 0x8C5011) is known color: Saddle Brown. HEX triplet: 8C, 50 and 11. RGB value is (140,80,17). Sum of RGB (Red+Green+Blue) = 140+80+17=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5011 is #73AFEE. Grayscale: #5B5B5B. Windows color (decimal): -7581679 or 1134732. OLE color: 1134732.

HSL color Cylindrical-coordinate representation of color #8C5011: hue angle of 30.73º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C5011 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 80 17 -
CMYK 0 0.43 0.88 0.45
HSL 30.73º 0.78% 0.31% -
HSV(B) 30.73º 0.88% 0.55% -
XYZ 13.79 11.35 2 -
YUV 90.76 86.38 163.12 -
System Red Green Blue C M Y K H S L
Decimal 140 80 17 0 0.43 0.88 0.45 30.73 0.78 0.31
Hex 8C 50 11 0 2B 58 2D 1F 4E 1F
Octal 214 120 21 0 53 130 55 37 116 37
Binary 10001100 1010000 10001 0 101011 1011000 101101 11111 1001110 11111

Color Harmonies of #8C5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5011

Black with #8C5011

Text Example


Text Example

White with #8C5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C5011; }

 p { color: rgb(140,80,17); }

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

background-color css

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

 a { background-color: rgb(140,80,17); }

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

border-color css

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

 span { border-color: rgb(140,80,17); }

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