Html Css Color HEX #8E7C50 Clay Creek

📋 copy color: '#8E7C50'

red 142 ◦ green 124 ◦ blue 80

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

Shades of Clay Creek #8E7C50

Tints of Clay Creek #8E7C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.84%

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 41.04%
G = 35.84%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E7C50 (or 0x8E7C50) is known color: Clay Creek. HEX triplet: 8E, 7C and 50. RGB value is (142,124,80). Sum of RGB (Red+Green+Blue) = 142+124+80=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7C50 is #7183AF. Grayscale: #7C7C7C. Windows color (decimal): -7439280 or 5274766. OLE color: 5274766.

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

Color convert

RGB 142 124 80 -
CMYK 0 0.13 0.44 0.44
HSL 42.58º 0.28% 0.44% -
HSV(B) 42.58º 0.44% 0.56% -
XYZ 19.81 20.75 10.55 -
YUV 124.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 142 124 80 0 0.13 0.44 0.44 42.58 0.28 0.44
Hex 8E 7C 50 0 D 2C 2C 2B 1C 2C
Octal 216 174 120 0 15 54 54 53 34 54
Binary 10001110 1111100 1010000 0 1101 101100 101100 101011 11100 101100

Color Harmonies of #8E7C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7C50

Black with #8E7C50

Text Example


Text Example

White with #8E7C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,124,80); }

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

background-color css

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

 a { background-color: rgb(142,124,80); }

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

border-color css

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

 span { border-color: rgb(142,124,80); }

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