Html Css Color HEX #8C5C09 Golden Brown

📋 copy color: '#8C5C09'

red 140 ◦ green 92 ◦ blue 9

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

Shades of Golden Brown #8C5C09

Tints of Golden Brown #8C5C09

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.17%

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

R = 58.09%
G = 38.17%
B = 3.73%

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

#8C5C09 (or 0x8C5C09) is known color: Golden Brown. HEX triplet: 8C, 5C and 09. RGB value is (140,92,9). Sum of RGB (Red+Green+Blue) = 140+92+9=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5C09 is #73A3F6. Grayscale: #616161. Windows color (decimal): -7578615 or 613516. OLE color: 613516.

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

Color convert

RGB 140 92 9 -
CMYK 0 0.34 0.94 0.45
HSL 38.02º 0.88% 0.29% -
HSV(B) 38.02º 0.94% 0.55% -
XYZ 14.69 13.25 2.04 -
YUV 96.89 78.4 158.75 -
System Red Green Blue C M Y K H S L
Decimal 140 92 9 0 0.34 0.94 0.45 38.02 0.88 0.29
Hex 8C 5C 9 0 22 5E 2D 26 58 1D
Octal 214 134 11 0 42 136 55 46 130 35
Binary 10001100 1011100 1001 0 100010 1011110 101101 100110 1011000 11101

Color Harmonies of #8C5C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5C09

Black with #8C5C09

Text Example


Text Example

White with #8C5C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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