Html Css Color HEX #8C5E00 Golden Brown

📋 copy color: '#8C5E00'

red 140 ◦ green 94 ◦ blue 0

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

Shades of Golden Brown #8C5E00

Tints of Golden Brown #8C5E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.83%
G = 40.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8C5E00 (or 0x8C5E00) is known color: Golden Brown. HEX triplet: 8C, 5E and 00. RGB value is (140,94,0). Sum of RGB (Red+Green+Blue) = 140+94+0=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5E00 is #73A1FF. Grayscale: #616161. Windows color (decimal): -7578112 or 24204. OLE color: 24204.

HSL color Cylindrical-coordinate representation of color #8C5E00: hue angle of 40.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C5E00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 94 0 -
CMYK 0 0.33 1 0.45
HSL 40.29º 1% 0.27% -
HSV(B) 40.29º 1% 0.55% -
XYZ 14.82 13.58 1.84 -
YUV 97.04 73.24 158.64 -
System Red Green Blue C M Y K H S L
Decimal 140 94 0 0 0.33 1 0.45 40.29 1 0.27
Hex 8C 5E 0 0 21 64 2D 28 64 1B
Octal 214 136 0 0 41 144 55 50 144 33
Binary 10001100 1011110 0 0 100001 1100100 101101 101000 1100100 11011

Color Harmonies of #8C5E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5E00

Black with #8C5E00

Text Example


Text Example

White with #8C5E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,94,0); }

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

background-color css

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

 a { background-color: rgb(140,94,0); }

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

border-color css

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

 span { border-color: rgb(140,94,0); }

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