Html Css Color HEX #8C5909 Golden Brown

📋 copy color: '#8C5909'

red 140 ◦ green 89 ◦ blue 9

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

Shades of Golden Brown #8C5909

Tints of Golden Brown #8C5909

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.39%

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

R = 58.82%
G = 37.39%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C5909 (or 0x8C5909) is known color: Golden Brown. HEX triplet: 8C, 59 and 09. RGB value is (140,89,9). Sum of RGB (Red+Green+Blue) = 140+89+9=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5909 is #73A6F6. Grayscale: #5F5F5F. Windows color (decimal): -7579383 or 612748. OLE color: 612748.

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

Color convert

RGB 140 89 9 -
CMYK 0 0.36 0.94 0.45
HSL 36.64º 0.88% 0.29% -
HSV(B) 36.64º 0.94% 0.55% -
XYZ 14.44 12.74 1.96 -
YUV 95.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 140 89 9 0 0.36 0.94 0.45 36.64 0.88 0.29
Hex 8C 59 9 0 24 5E 2D 25 58 1D
Octal 214 131 11 0 44 136 55 45 130 35
Binary 10001100 1011001 1001 0 100100 1011110 101101 100101 1011000 11101

Color Harmonies of #8C5909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5909

Black with #8C5909

Text Example


Text Example

White with #8C5909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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