Html Css Color HEX #8C5609 Golden Brown

📋 copy color: '#8C5609'

red 140 ◦ green 86 ◦ blue 9

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

Shades of Golden Brown #8C5609

Tints of Golden Brown #8C5609

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.6%

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

R = 59.57%
G = 36.6%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C5609 (or 0x8C5609) is known color: Golden Brown. HEX triplet: 8C, 56 and 09. RGB value is (140,86,9). Sum of RGB (Red+Green+Blue) = 140+86+9=235 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.57% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5609 is #73A9F6. Grayscale: #5D5D5D. Windows color (decimal): -7580151 or 611980. OLE color: 611980.

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

Color convert

RGB 140 86 9 -
CMYK 0 0.39 0.94 0.45
HSL 35.27º 0.88% 0.29% -
HSV(B) 35.27º 0.94% 0.55% -
XYZ 14.19 12.25 1.88 -
YUV 93.37 80.39 161.26 -
System Red Green Blue C M Y K H S L
Decimal 140 86 9 0 0.39 0.94 0.45 35.27 0.88 0.29
Hex 8C 56 9 0 27 5E 2D 23 58 1D
Octal 214 126 11 0 47 136 55 43 130 35
Binary 10001100 1010110 1001 0 100111 1011110 101101 100011 1011000 11101

Color Harmonies of #8C5609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5609

Black with #8C5609

Text Example


Text Example

White with #8C5609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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