Html Css Color HEX #8E7F48 Clay Creek

📋 copy color: '#8E7F48'

red 142 ◦ green 127 ◦ blue 72

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

Shades of Clay Creek #8E7F48

Tints of Clay Creek #8E7F48

RGB

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

 GREEN value IS 127 (50% from 255) = 37.24%

 BLUE value IS 72 (28.52% from 255) = 21.11%

R = 41.64%
G = 37.24%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E7F48 (or 0x8E7F48) is known color: Clay Creek. HEX triplet: 8E, 7F and 48. RGB value is (142,127,72). Sum of RGB (Red+Green+Blue) = 142+127+72=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7F48 is #7180B7. Grayscale: #7D7D7D. Windows color (decimal): -7438520 or 4751246. OLE color: 4751246.

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

Color convert

RGB 142 127 72 -
CMYK 0 0.11 0.49 0.44
HSL 47.14º 0.33% 0.42% -
HSV(B) 47.14º 0.49% 0.56% -
XYZ 19.91 21.4 9.21 -
YUV 125.22 97.97 139.97 -
System Red Green Blue C M Y K H S L
Decimal 142 127 72 0 0.11 0.49 0.44 47.14 0.33 0.42
Hex 8E 7F 48 0 B 31 2C 2F 21 2A
Octal 216 177 110 0 13 61 54 57 41 52
Binary 10001110 1111111 1001000 0 1011 110001 101100 101111 100001 101010

Color Harmonies of #8E7F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7F48

Black with #8E7F48

Text Example


Text Example

White with #8E7F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,127,72); }

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

background-color css

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

 a { background-color: rgb(142,127,72); }

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

border-color css

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

 span { border-color: rgb(142,127,72); }

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