Html Css Color HEX #8E7E50 Clay Creek

📋 copy color: '#8E7E50'

red 142 ◦ green 126 ◦ blue 80

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

Shades of Clay Creek #8E7E50

Tints of Clay Creek #8E7E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

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

R = 40.8%
G = 36.21%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E7E50 (or 0x8E7E50) is known color: Clay Creek. HEX triplet: 8E, 7E and 50. RGB value is (142,126,80). Sum of RGB (Red+Green+Blue) = 142+126+80=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7E50 is #7181AF. Grayscale: #7D7D7D. Windows color (decimal): -7438768 or 5275278. OLE color: 5275278.

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

Color convert

RGB 142 126 80 -
CMYK 0 0.11 0.44 0.44
HSL 44.52º 0.28% 0.44% -
HSV(B) 44.52º 0.44% 0.56% -
XYZ 20.06 21.25 10.63 -
YUV 125.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 142 126 80 0 0.11 0.44 0.44 44.52 0.28 0.44
Hex 8E 7E 50 0 B 2C 2C 2D 1C 2C
Octal 216 176 120 0 13 54 54 55 34 54
Binary 10001110 1111110 1010000 0 1011 101100 101100 101101 11100 101100

Color Harmonies of #8E7E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7E50

Black with #8E7E50

Text Example


Text Example

White with #8E7E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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