Html Css Color HEX #8E8553 Clay Creek

📋 copy color: '#8E8553'

red 142 ◦ green 133 ◦ blue 83

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

Shades of Clay Creek #8E8553

Tints of Clay Creek #8E8553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.18%

R = 39.66%
G = 37.15%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8E8553 (or 0x8E8553) is known color: Clay Creek. HEX triplet: 8E, 85 and 53. RGB value is (142,133,83). Sum of RGB (Red+Green+Blue) = 142+133+83=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8553 is #717AAC. Grayscale: #828282. Windows color (decimal): -7436973 or 5473678. OLE color: 5473678.

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

Color convert

RGB 142 133 83 -
CMYK 0 0.06 0.42 0.44
HSL 50.85º 0.26% 0.44% -
HSV(B) 50.85º 0.42% 0.56% -
XYZ 21.1 23.15 11.54 -
YUV 129.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 142 133 83 0 0.06 0.42 0.44 50.85 0.26 0.44
Hex 8E 85 53 0 6 2A 2C 33 1A 2C
Octal 216 205 123 0 6 52 54 63 32 54
Binary 10001110 10000101 1010011 0 110 101010 101100 110011 11010 101100

Color Harmonies of #8E8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8553

Black with #8E8553

Text Example


Text Example

White with #8E8553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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