Html Css Color HEX #8E855B Clay Creek

📋 copy color: '#8E855B'

red 142 ◦ green 133 ◦ blue 91

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

Shades of Clay Creek #8E855B

Tints of Clay Creek #8E855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 91 (35.94% from 255) = 24.86%

R = 38.8%
G = 36.34%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8E855B (or 0x8E855B) is known color: Clay Creek. HEX triplet: 8E, 85 and 5B. RGB value is (142,133,91). Sum of RGB (Red+Green+Blue) = 142+133+91=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E855B is #717AA4. Grayscale: #838383. Windows color (decimal): -7436965 or 5997966. OLE color: 5997966.

HSL color Cylindrical-coordinate representation of color #8E855B: hue angle of 49.41º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E855B is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 133 91 -
CMYK 0 0.06 0.36 0.44
HSL 49.41º 0.22% 0.46% -
HSV(B) 49.41º 0.36% 0.56% -
XYZ 21.43 23.28 13.26 -
YUV 130.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 142 133 91 0 0.06 0.36 0.44 49.41 0.22 0.46
Hex 8E 85 5B 0 6 24 2C 31 16 2E
Octal 216 205 133 0 6 44 54 61 26 56
Binary 10001110 10000101 1011011 0 110 100100 101100 110001 10110 101110

Color Harmonies of #8E855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E855B

Black with #8E855B

Text Example


Text Example

White with #8E855B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,133,91); }

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

background-color css

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

 a { background-color: rgb(142,133,91); }

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

border-color css

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

 span { border-color: rgb(142,133,91); }

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