Html Css Color HEX #8E8258 Clay Creek

📋 copy color: '#8E8258'

red 142 ◦ green 130 ◦ blue 88

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

Shades of Clay Creek #8E8258

Tints of Clay Creek #8E8258

RGB

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

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

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

R = 39.44%
G = 36.11%
B = 24.44%

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

#8E8258 (or 0x8E8258) is known color: Clay Creek. HEX triplet: 8E, 82 and 58. RGB value is (142,130,88). Sum of RGB (Red+Green+Blue) = 142+130+88=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8258 is #717DA7. Grayscale: #808080. Windows color (decimal): -7437736 or 5800590. OLE color: 5800590.

HSL color Cylindrical-coordinate representation of color #8E8258: hue angle of 46.67º 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 #8E8258 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 130 88 -
CMYK 0 0.08 0.38 0.44
HSL 46.67º 0.23% 0.45% -
HSV(B) 46.67º 0.38% 0.56% -
XYZ 20.9 22.42 12.46 -
YUV 128.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 142 130 88 0 0.08 0.38 0.44 46.67 0.23 0.45
Hex 8E 82 58 0 8 26 2C 2F 17 2D
Octal 216 202 130 0 10 46 54 57 27 55
Binary 10001110 10000010 1011000 0 1000 100110 101100 101111 10111 101101

Color Harmonies of #8E8258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8258

Black with #8E8258

Text Example


Text Example

White with #8E8258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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