Html Css Color HEX #8C5D10 Golden Brown

📋 copy color: '#8C5D10'

red 140 ◦ green 93 ◦ blue 16

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

Shades of Golden Brown #8C5D10

Tints of Golden Brown #8C5D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.35%

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

R = 56.22%
G = 37.35%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C5D10 (or 0x8C5D10) is known color: Golden Brown. HEX triplet: 8C, 5D and 10. RGB value is (140,93,16). Sum of RGB (Red+Green+Blue) = 140+93+16=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5D10 is #73A2EF. Grayscale: #626262. Windows color (decimal): -7578352 or 1072524. OLE color: 1072524.

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

Color convert

RGB 140 93 16 -
CMYK 0 0.34 0.89 0.45
HSL 37.26º 0.79% 0.31% -
HSV(B) 37.26º 0.89% 0.55% -
XYZ 14.82 13.44 2.3 -
YUV 98.28 81.57 157.76 -
System Red Green Blue C M Y K H S L
Decimal 140 93 16 0 0.34 0.89 0.45 37.26 0.79 0.31
Hex 8C 5D 10 0 22 59 2D 25 4F 1F
Octal 214 135 20 0 42 131 55 45 117 37
Binary 10001100 1011101 10000 0 100010 1011001 101101 100101 1001111 11111

Color Harmonies of #8C5D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5D10

Black with #8C5D10

Text Example


Text Example

White with #8C5D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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