Html Css Color HEX #8C5D09 Golden Brown

📋 copy color: '#8C5D09'

red 140 ◦ green 93 ◦ blue 9

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

Shades of Golden Brown #8C5D09

Tints of Golden Brown #8C5D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.72%

R = 57.85%
G = 38.43%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C5D09 (or 0x8C5D09) is known color: Golden Brown. HEX triplet: 8C, 5D and 09. RGB value is (140,93,9). Sum of RGB (Red+Green+Blue) = 140+93+9=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5D09 is #73A2F6. Grayscale: #616161. Windows color (decimal): -7578359 or 613772. OLE color: 613772.

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

Color convert

RGB 140 93 9 -
CMYK 0 0.34 0.94 0.45
HSL 38.47º 0.88% 0.29% -
HSV(B) 38.47º 0.94% 0.55% -
XYZ 14.78 13.42 2.07 -
YUV 97.48 78.07 158.33 -
System Red Green Blue C M Y K H S L
Decimal 140 93 9 0 0.34 0.94 0.45 38.47 0.88 0.29
Hex 8C 5D 9 0 22 5E 2D 26 58 1D
Octal 214 135 11 0 42 136 55 46 130 35
Binary 10001100 1011101 1001 0 100010 1011110 101101 100110 1011000 11101

Color Harmonies of #8C5D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5D09

Black with #8C5D09

Text Example


Text Example

White with #8C5D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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