Html Css Color HEX #8C804D Clay Creek

📋 copy color: '#8C804D'

red 140 ◦ green 128 ◦ blue 77

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

Shades of Clay Creek #8C804D

Tints of Clay Creek #8C804D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.1%

 BLUE value IS 77 (30.47% from 255) = 22.32%

R = 40.58%
G = 37.1%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8C804D (or 0x8C804D) is known color: Clay Creek. HEX triplet: 8C, 80 and 4D. RGB value is (140,128,77). Sum of RGB (Red+Green+Blue) = 140+128+77=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C804D is #737FB2. Grayscale: #7D7D7D. Windows color (decimal): -7569331 or 5079180. OLE color: 5079180.

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

Color convert

RGB 140 128 77 -
CMYK 0 0.09 0.45 0.45
HSL 48.57º 0.29% 0.43% -
HSV(B) 48.57º 0.45% 0.55% -
XYZ 19.87 21.55 10.13 -
YUV 125.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 140 128 77 0 0.09 0.45 0.45 48.57 0.29 0.43
Hex 8C 80 4D 0 9 2D 2D 31 1D 2B
Octal 214 200 115 0 11 55 55 61 35 53
Binary 10001100 10000000 1001101 0 1001 101101 101101 110001 11101 101011

Color Harmonies of #8C804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C804D

Black with #8C804D

Text Example


Text Example

White with #8C804D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,128,77); }

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

background-color css

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

 a { background-color: rgb(140,128,77); }

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

border-color css

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

 span { border-color: rgb(140,128,77); }

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