Html Css Color HEX #8C5510 Saddle Brown

📋 copy color: '#8C5510'

red 140 ◦ green 85 ◦ blue 16

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

Shades of Saddle Brown #8C5510

Tints of Saddle Brown #8C5510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.27%

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

R = 58.09%
G = 35.27%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C5510 (or 0x8C5510) is known color: Saddle Brown. HEX triplet: 8C, 55 and 10. RGB value is (140,85,16). Sum of RGB (Red+Green+Blue) = 140+85+16=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5510 is #73AAEF. Grayscale: #5D5D5D. Windows color (decimal): -7580400 or 1070476. OLE color: 1070476.

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

Color convert

RGB 140 85 16 -
CMYK 0 0.39 0.89 0.45
HSL 33.39º 0.79% 0.31% -
HSV(B) 33.39º 0.89% 0.55% -
XYZ 14.16 12.11 2.08 -
YUV 93.58 84.22 161.11 -
System Red Green Blue C M Y K H S L
Decimal 140 85 16 0 0.39 0.89 0.45 33.39 0.79 0.31
Hex 8C 55 10 0 27 59 2D 21 4F 1F
Octal 214 125 20 0 47 131 55 41 117 37
Binary 10001100 1010101 10000 0 100111 1011001 101101 100001 1001111 11111

Color Harmonies of #8C5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5510

Black with #8C5510

Text Example


Text Example

White with #8C5510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,85,16); }

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

background-color css

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

 a { background-color: rgb(140,85,16); }

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

border-color css

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

 span { border-color: rgb(140,85,16); }

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