Html Css Color HEX #8E805C Clay Creek

📋 copy color: '#8E805C'

red 142 ◦ green 128 ◦ blue 92

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

Shades of Clay Creek #8E805C

Tints of Clay Creek #8E805C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

 BLUE value IS 92 (36.33% from 255) = 25.41%

R = 39.23%
G = 35.36%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E805C (or 0x8E805C) is known color: Clay Creek. HEX triplet: 8E, 80 and 5C. RGB value is (142,128,92). Sum of RGB (Red+Green+Blue) = 142+128+92=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 142 - color contains mainly: red. Hex color #8E805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E805C is #717FA3. Grayscale: #808080. Windows color (decimal): -7438244 or 6062222. OLE color: 6062222.

HSL color Cylindrical-coordinate representation of color #8E805C: hue angle of 43.2º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E805C is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 128 92 -
CMYK 0 0.10 0.35 0.44
HSL 43.2º 0.21% 0.46% -
HSV(B) 43.2º 0.35% 0.56% -
XYZ 20.81 21.96 13.27 -
YUV 128.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 142 128 92 0 0.10 0.35 0.44 43.2 0.21 0.46
Hex 8E 80 5C 0 A 23 2C 2B 15 2E
Octal 216 200 134 0 12 43 54 53 25 56
Binary 10001110 10000000 1011100 0 1010 100011 101100 101011 10101 101110

Color Harmonies of #8E805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E805C

Black with #8E805C

Text Example


Text Example

White with #8E805C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,128,92); }

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

background-color css

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

 a { background-color: rgb(142,128,92); }

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

border-color css

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

 span { border-color: rgb(142,128,92); }

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