Html Css Color HEX #8C804C Clay Creek

📋 copy color: '#8C804C'

red 140 ◦ green 128 ◦ blue 76

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

Shades of Clay Creek #8C804C

Tints of Clay Creek #8C804C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.09%

R = 40.7%
G = 37.21%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C804C (or 0x8C804C) is known color: Clay Creek. HEX triplet: 8C, 80 and 4C. RGB value is (140,128,76). Sum of RGB (Red+Green+Blue) = 140+128+76=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C804C is #737FB3. Grayscale: #7D7D7D. Windows color (decimal): -7569332 or 5013644. OLE color: 5013644.

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

Color convert

RGB 140 128 76 -
CMYK 0 0.09 0.46 0.45
HSL 48.75º 0.3% 0.42% -
HSV(B) 48.75º 0.46% 0.55% -
XYZ 19.84 21.54 9.95 -
YUV 125.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 140 128 76 0 0.09 0.46 0.45 48.75 0.3 0.42
Hex 8C 80 4C 0 9 2E 2D 31 1E 2A
Octal 214 200 114 0 11 56 55 61 36 52
Binary 10001100 10000000 1001100 0 1001 101110 101101 110001 11110 101010

Color Harmonies of #8C804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C804C

Black with #8C804C

Text Example


Text Example

White with #8C804C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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