Html Css Color HEX #8C5210 Saddle Brown

📋 copy color: '#8C5210'

red 140 ◦ green 82 ◦ blue 16

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

Shades of Saddle Brown #8C5210

Tints of Saddle Brown #8C5210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.45%

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

R = 58.82%
G = 34.45%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C5210 (or 0x8C5210) is known color: Saddle Brown. HEX triplet: 8C, 52 and 10. RGB value is (140,82,16). Sum of RGB (Red+Green+Blue) = 140+82+16=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5210 is #73ADEF. Grayscale: #5C5C5C. Windows color (decimal): -7581168 or 1069708. OLE color: 1069708.

HSL color Cylindrical-coordinate representation of color #8C5210: hue angle of 31.94º 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 #8C5210 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 82 16 -
CMYK 0 0.41 0.89 0.45
HSL 31.94º 0.79% 0.31% -
HSV(B) 31.94º 0.89% 0.55% -
XYZ 13.93 11.65 2 -
YUV 91.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 140 82 16 0 0.41 0.89 0.45 31.94 0.79 0.31
Hex 8C 52 10 0 29 59 2D 20 4F 1F
Octal 214 122 20 0 51 131 55 40 117 37
Binary 10001100 1010010 10000 0 101001 1011001 101101 100000 1001111 11111

Color Harmonies of #8C5210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5210

Black with #8C5210

Text Example


Text Example

White with #8C5210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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