Html Css Color HEX #8E835C Clay Creek

📋 copy color: '#8E835C'

red 142 ◦ green 131 ◦ blue 92

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

Shades of Clay Creek #8E835C

Tints of Clay Creek #8E835C

RGB

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

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

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

R = 38.9%
G = 35.89%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E835C (or 0x8E835C) is known color: Clay Creek. HEX triplet: 8E, 83 and 5C. RGB value is (142,131,92). Sum of RGB (Red+Green+Blue) = 142+131+92=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E835C is #717CA3. Grayscale: #828282. Windows color (decimal): -7437476 or 6062990. OLE color: 6062990.

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

Color convert

RGB 142 131 92 -
CMYK 0 0.08 0.35 0.44
HSL 46.8º 0.21% 0.46% -
HSV(B) 46.8º 0.35% 0.56% -
XYZ 21.2 22.76 13.4 -
YUV 129.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 142 131 92 0 0.08 0.35 0.44 46.8 0.21 0.46
Hex 8E 83 5C 0 8 23 2C 2F 15 2E
Octal 216 203 134 0 10 43 54 57 25 56
Binary 10001110 10000011 1011100 0 1000 100011 101100 101111 10101 101110

Color Harmonies of #8E835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E835C

Black with #8E835C

Text Example


Text Example

White with #8E835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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