Html Css Color HEX #8C5809 Golden Brown

📋 copy color: '#8C5809'

red 140 ◦ green 88 ◦ blue 9

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

Shades of Golden Brown #8C5809

Tints of Golden Brown #8C5809

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.13%

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

R = 59.07%
G = 37.13%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C5809 (or 0x8C5809) is known color: Golden Brown. HEX triplet: 8C, 58 and 09. RGB value is (140,88,9). Sum of RGB (Red+Green+Blue) = 140+88+9=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5809 is #73A7F6. Grayscale: #5E5E5E. Windows color (decimal): -7579639 or 612492. OLE color: 612492.

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

Color convert

RGB 140 88 9 -
CMYK 0 0.37 0.94 0.45
HSL 36.18º 0.88% 0.29% -
HSV(B) 36.18º 0.94% 0.55% -
XYZ 14.35 12.57 1.93 -
YUV 94.54 79.73 160.42 -
System Red Green Blue C M Y K H S L
Decimal 140 88 9 0 0.37 0.94 0.45 36.18 0.88 0.29
Hex 8C 58 9 0 25 5E 2D 24 58 1D
Octal 214 130 11 0 45 136 55 44 130 35
Binary 10001100 1011000 1001 0 100101 1011110 101101 100100 1011000 11101

Color Harmonies of #8C5809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5809

Black with #8C5809

Text Example


Text Example

White with #8C5809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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