Html Css Color HEX #8E8358 Clay Creek

📋 copy color: '#8E8358'

red 142 ◦ green 131 ◦ blue 88

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

Shades of Clay Creek #8E8358

Tints of Clay Creek #8E8358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

 BLUE value IS 88 (34.77% from 255) = 24.38%

R = 39.34%
G = 36.29%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8E8358 (or 0x8E8358) is known color: Clay Creek. HEX triplet: 8E, 83 and 58. RGB value is (142,131,88). Sum of RGB (Red+Green+Blue) = 142+131+88=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8358 is #717CA7. Grayscale: #818181. Windows color (decimal): -7437480 or 5800846. OLE color: 5800846.

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

Color convert

RGB 142 131 88 -
CMYK 0 0.08 0.38 0.44
HSL 47.78º 0.23% 0.45% -
HSV(B) 47.78º 0.38% 0.56% -
XYZ 21.03 22.69 12.5 -
YUV 129.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 142 131 88 0 0.08 0.38 0.44 47.78 0.23 0.45
Hex 8E 83 58 0 8 26 2C 30 17 2D
Octal 216 203 130 0 10 46 54 60 27 55
Binary 10001110 10000011 1011000 0 1000 100110 101100 110000 10111 101101

Color Harmonies of #8E8358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8358

Black with #8E8358

Text Example


Text Example

White with #8E8358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,131,88); }

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

background-color css

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

 a { background-color: rgb(142,131,88); }

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

border-color css

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

 span { border-color: rgb(142,131,88); }

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