Html Css Color HEX #8C8154 Clay Creek

📋 copy color: '#8C8154'

red 140 ◦ green 129 ◦ blue 84

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

Shades of Clay Creek #8C8154

Tints of Clay Creek #8C8154

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

 BLUE value IS 84 (33.2% from 255) = 23.8%

R = 39.66%
G = 36.54%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.4

 K value IS 0.45

RGB Variations

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

Color information

#8C8154 (or 0x8C8154) is known color: Clay Creek. HEX triplet: 8C, 81 and 54. RGB value is (140,129,84). Sum of RGB (Red+Green+Blue) = 140+129+84=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8154 is #737EAB. Grayscale: #7F7F7F. Windows color (decimal): -7569068 or 5538188. OLE color: 5538188.

HSL color Cylindrical-coordinate representation of color #8C8154: hue angle of 48.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C8154 is Cyan = 0, Magento = 0.08, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 129 84 -
CMYK 0 0.08 0.4 0.45
HSL 48.21º 0.25% 0.44% -
HSV(B) 48.21º 0.4% 0.55% -
XYZ 20.27 21.92 11.55 -
YUV 127.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 140 129 84 0 0.08 0.4 0.45 48.21 0.25 0.44
Hex 8C 81 54 0 8 28 2D 30 19 2C
Octal 214 201 124 0 10 50 55 60 31 54
Binary 10001100 10000001 1010100 0 1000 101000 101101 110000 11001 101100

Color Harmonies of #8C8154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8154

Black with #8C8154

Text Example


Text Example

White with #8C8154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,129,84); }

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

background-color css

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

 a { background-color: rgb(140,129,84); }

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

border-color css

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

 span { border-color: rgb(140,129,84); }

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