Html Css Color HEX #8C5D04 Golden Brown

📋 copy color: '#8C5D04'

red 140 ◦ green 93 ◦ blue 4

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

Shades of Golden Brown #8C5D04

Tints of Golden Brown #8C5D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.24%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 59.07%
G = 39.24%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C5D04 (or 0x8C5D04) is known color: Golden Brown. HEX triplet: 8C, 5D and 04. RGB value is (140,93,4). Sum of RGB (Red+Green+Blue) = 140+93+4=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5D04 is #73A2FB. Grayscale: #616161. Windows color (decimal): -7578364 or 286092. OLE color: 286092.

HSL color Cylindrical-coordinate representation of color #8C5D04: hue angle of 39.26º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C5D04 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 93 4 -
CMYK 0 0.34 0.97 0.45
HSL 39.26º 0.94% 0.28% -
HSV(B) 39.26º 0.97% 0.55% -
XYZ 14.75 13.41 1.93 -
YUV 96.91 75.57 158.74 -
System Red Green Blue C M Y K H S L
Decimal 140 93 4 0 0.34 0.97 0.45 39.26 0.94 0.28
Hex 8C 5D 4 0 22 61 2D 27 5E 1C
Octal 214 135 4 0 42 141 55 47 136 34
Binary 10001100 1011101 100 0 100010 1100001 101101 100111 1011110 11100

Color Harmonies of #8C5D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5D04

Black with #8C5D04

Text Example


Text Example

White with #8C5D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,93,4); }

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

background-color css

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

 a { background-color: rgb(140,93,4); }

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

border-color css

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

 span { border-color: rgb(140,93,4); }

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