Html Css Color HEX #8C8954 Clay Creek

📋 copy color: '#8C8954'

red 140 ◦ green 137 ◦ blue 84

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

Shades of Clay Creek #8C8954

Tints of Clay Creek #8C8954

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

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

R = 38.78%
G = 37.95%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.4

 K value IS 0.45

RGB Variations

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

Color information

#8C8954 (or 0x8C8954) is known color: Clay Creek. HEX triplet: 8C, 89 and 54. RGB value is (140,137,84). Sum of RGB (Red+Green+Blue) = 140+137+84=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8954 is #7376AB. Grayscale: #848484. Windows color (decimal): -7567020 or 5540236. OLE color: 5540236.

HSL color Cylindrical-coordinate representation of color #8C8954: hue angle of 56.79º 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 #8C8954 is Cyan = 0, Magento = 0.02, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 137 84 -
CMYK 0 0.02 0.4 0.45
HSL 56.79º 0.25% 0.44% -
HSV(B) 56.79º 0.4% 0.55% -
XYZ 21.36 24.11 11.91 -
YUV 131.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 140 137 84 0 0.02 0.4 0.45 56.79 0.25 0.44
Hex 8C 89 54 0 2 28 2D 39 19 2C
Octal 214 211 124 0 2 50 55 71 31 54
Binary 10001100 10001001 1010100 0 10 101000 101101 111001 11001 101100

Color Harmonies of #8C8954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8954

Black with #8C8954

Text Example


Text Example

White with #8C8954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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