Html Css Color HEX #8C5B10 Golden Brown

📋 copy color: '#8C5B10'

red 140 ◦ green 91 ◦ blue 16

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

Shades of Golden Brown #8C5B10

Tints of Golden Brown #8C5B10

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.84%

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

R = 56.68%
G = 36.84%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C5B10 (or 0x8C5B10) is known color: Golden Brown. HEX triplet: 8C, 5B and 10. RGB value is (140,91,16). Sum of RGB (Red+Green+Blue) = 140+91+16=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5B10 is #73A4EF. Grayscale: #616161. Windows color (decimal): -7578864 or 1072012. OLE color: 1072012.

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

Color convert

RGB 140 91 16 -
CMYK 0 0.35 0.89 0.45
HSL 36.29º 0.79% 0.31% -
HSV(B) 36.29º 0.89% 0.55% -
XYZ 14.65 13.1 2.25 -
YUV 97.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 140 91 16 0 0.35 0.89 0.45 36.29 0.79 0.31
Hex 8C 5B 10 0 23 59 2D 24 4F 1F
Octal 214 133 20 0 43 131 55 44 117 37
Binary 10001100 1011011 10000 0 100011 1011001 101101 100100 1001111 11111

Color Harmonies of #8C5B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5B10

Black with #8C5B10

Text Example


Text Example

White with #8C5B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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