Html Css Color HEX #8C8159 Clay Creek

📋 copy color: '#8C8159'

red 140 ◦ green 129 ◦ blue 89

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

Shades of Clay Creek #8C8159

Tints of Clay Creek #8C8159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.86%

R = 39.11%
G = 36.03%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C8159 (or 0x8C8159) is known color: Clay Creek. HEX triplet: 8C, 81 and 59. RGB value is (140,129,89). Sum of RGB (Red+Green+Blue) = 140+129+89=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8159 is #737EA6. Grayscale: #7F7F7F. Windows color (decimal): -7569063 or 5865868. OLE color: 5865868.

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

Color convert

RGB 140 129 89 -
CMYK 0 0.08 0.36 0.45
HSL 47.06º 0.22% 0.45% -
HSV(B) 47.06º 0.36% 0.55% -
XYZ 20.47 22 12.62 -
YUV 127.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 140 129 89 0 0.08 0.36 0.45 47.06 0.22 0.45
Hex 8C 81 59 0 8 24 2D 2F 16 2D
Octal 214 201 131 0 10 44 55 57 26 55
Binary 10001100 10000001 1011001 0 1000 100100 101101 101111 10110 101101

Color Harmonies of #8C8159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8159

Black with #8C8159

Text Example


Text Example

White with #8C8159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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