Html Css Color HEX #8E7D54 Clay Creek

📋 copy color: '#8E7D54'

red 142 ◦ green 125 ◦ blue 84

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

Shades of Clay Creek #8E7D54

Tints of Clay Creek #8E7D54

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

 BLUE value IS 84 (33.2% from 255) = 23.93%

R = 40.46%
G = 35.61%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#8E7D54 (or 0x8E7D54) is known color: Clay Creek. HEX triplet: 8E, 7D and 54. RGB value is (142,125,84). Sum of RGB (Red+Green+Blue) = 142+125+84=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7D54 is #7182AB. Grayscale: #7D7D7D. Windows color (decimal): -7439020 or 5537166. OLE color: 5537166.

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

Color convert

RGB 142 125 84 -
CMYK 0 0.12 0.41 0.44
HSL 42.41º 0.26% 0.44% -
HSV(B) 42.41º 0.41% 0.56% -
XYZ 20.09 21.06 11.39 -
YUV 125.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 142 125 84 0 0.12 0.41 0.44 42.41 0.26 0.44
Hex 8E 7D 54 0 C 29 2C 2A 1A 2C
Octal 216 175 124 0 14 51 54 52 32 54
Binary 10001110 1111101 1010100 0 1100 101001 101100 101010 11010 101100

Color Harmonies of #8E7D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7D54

Black with #8E7D54

Text Example


Text Example

White with #8E7D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,125,84); }

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

background-color css

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

 a { background-color: rgb(142,125,84); }

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

border-color css

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

 span { border-color: rgb(142,125,84); }

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