Html Css Color HEX #8E7C51 Clay Creek

📋 copy color: '#8E7C51'

red 142 ◦ green 124 ◦ blue 81

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

Shades of Clay Creek #8E7C51

Tints of Clay Creek #8E7C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.34%

R = 40.92%
G = 35.73%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#8E7C51 (or 0x8E7C51) is known color: Clay Creek. HEX triplet: 8E, 7C and 51. RGB value is (142,124,81). Sum of RGB (Red+Green+Blue) = 142+124+81=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7C51 is #7183AE. Grayscale: #7C7C7C. Windows color (decimal): -7439279 or 5340302. OLE color: 5340302.

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

Color convert

RGB 142 124 81 -
CMYK 0 0.13 0.43 0.44
HSL 42.3º 0.27% 0.44% -
HSV(B) 42.3º 0.43% 0.56% -
XYZ 19.85 20.76 10.75 -
YUV 124.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 142 124 81 0 0.13 0.43 0.44 42.3 0.27 0.44
Hex 8E 7C 51 0 D 2B 2C 2A 1B 2C
Octal 216 174 121 0 15 53 54 52 33 54
Binary 10001110 1111100 1010001 0 1101 101011 101100 101010 11011 101100

Color Harmonies of #8E7C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7C51

Black with #8E7C51

Text Example


Text Example

White with #8E7C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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