Html Css Color HEX #8E7B47 Clay Creek

📋 copy color: '#8E7B47'

red 142 ◦ green 123 ◦ blue 71

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

Shades of Clay Creek #8E7B47

Tints of Clay Creek #8E7B47

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.61%

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 42.26%
G = 36.61%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.5

 K value IS 0.44

RGB Variations

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

Color information

#8E7B47 (or 0x8E7B47) is known color: Clay Creek. HEX triplet: 8E, 7B and 47. RGB value is (142,123,71). Sum of RGB (Red+Green+Blue) = 142+123+71=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7B47 is #7184B8. Grayscale: #7A7A7A. Windows color (decimal): -7439545 or 4684686. OLE color: 4684686.

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

Color convert

RGB 142 123 71 -
CMYK 0 0.13 0.5 0.44
HSL 43.94º 0.33% 0.42% -
HSV(B) 43.94º 0.5% 0.56% -
XYZ 19.38 20.37 8.87 -
YUV 122.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 142 123 71 0 0.13 0.5 0.44 43.94 0.33 0.42
Hex 8E 7B 47 0 D 32 2C 2C 21 2A
Octal 216 173 107 0 15 62 54 54 41 52
Binary 10001110 1111011 1000111 0 1101 110010 101100 101100 100001 101010

Color Harmonies of #8E7B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7B47

Black with #8E7B47

Text Example


Text Example

White with #8E7B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,123,71); }

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

background-color css

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

 a { background-color: rgb(142,123,71); }

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

border-color css

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

 span { border-color: rgb(142,123,71); }

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