Html Css Color HEX #8C8254 Clay Creek

📋 copy color: '#8C8254'

red 140 ◦ green 130 ◦ blue 84

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

Shades of Clay Creek #8C8254

Tints of Clay Creek #8C8254

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

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

R = 39.55%
G = 36.72%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.4

 K value IS 0.45

RGB Variations

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

Color information

#8C8254 (or 0x8C8254) is known color: Clay Creek. HEX triplet: 8C, 82 and 54. RGB value is (140,130,84). Sum of RGB (Red+Green+Blue) = 140+130+84=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8254 is #737DAB. Grayscale: #7F7F7F. Windows color (decimal): -7568812 or 5538444. OLE color: 5538444.

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

Color convert

RGB 140 130 84 -
CMYK 0 0.07 0.4 0.45
HSL 49.29º 0.25% 0.44% -
HSV(B) 49.29º 0.4% 0.55% -
XYZ 20.4 22.18 11.59 -
YUV 127.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 140 130 84 0 0.07 0.4 0.45 49.29 0.25 0.44
Hex 8C 82 54 0 7 28 2D 31 19 2C
Octal 214 202 124 0 7 50 55 61 31 54
Binary 10001100 10000010 1010100 0 111 101000 101101 110001 11001 101100

Color Harmonies of #8C8254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8254

Black with #8C8254

Text Example


Text Example

White with #8C8254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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