Html Css Color HEX #8E8559 Clay Creek

📋 copy color: '#8E8559'

red 142 ◦ green 133 ◦ blue 89

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

Shades of Clay Creek #8E8559

Tints of Clay Creek #8E8559

RGB

 RED value IS 142 (55.86% from 255) = 39.01%

 GREEN value IS 133 (52.34% from 255) = 36.54%

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

R = 39.01%
G = 36.54%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E8559 (or 0x8E8559) is known color: Clay Creek. HEX triplet: 8E, 85 and 59. RGB value is (142,133,89). Sum of RGB (Red+Green+Blue) = 142+133+89=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8559 is #717AA6. Grayscale: #828282. Windows color (decimal): -7436967 or 5866894. OLE color: 5866894.

HSL color Cylindrical-coordinate representation of color #8E8559: hue angle of 49.81º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E8559 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 133 89 -
CMYK 0 0.06 0.37 0.44
HSL 49.81º 0.23% 0.45% -
HSV(B) 49.81º 0.37% 0.56% -
XYZ 21.35 23.25 12.81 -
YUV 130.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 142 133 89 0 0.06 0.37 0.44 49.81 0.23 0.45
Hex 8E 85 59 0 6 25 2C 32 17 2D
Octal 216 205 131 0 6 45 54 62 27 55
Binary 10001110 10000101 1011001 0 110 100101 101100 110010 10111 101101

Color Harmonies of #8E8559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8559

Black with #8E8559

Text Example


Text Example

White with #8E8559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,133,89); }

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

background-color css

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

 a { background-color: rgb(142,133,89); }

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

border-color css

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

 span { border-color: rgb(142,133,89); }

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