Html Css Color HEX #8E8952 Clay Creek

📋 copy color: '#8E8952'

red 142 ◦ green 137 ◦ blue 82

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

Shades of Clay Creek #8E8952

Tints of Clay Creek #8E8952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

 BLUE value IS 82 (32.42% from 255) = 22.71%

R = 39.34%
G = 37.95%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8E8952 (or 0x8E8952) is known color: Clay Creek. HEX triplet: 8E, 89 and 52. RGB value is (142,137,82). Sum of RGB (Red+Green+Blue) = 142+137+82=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8952 is #7176AD. Grayscale: #848484. Windows color (decimal): -7435950 or 5409166. OLE color: 5409166.

HSL color Cylindrical-coordinate representation of color #8E8952: hue angle of 55º degrees, saturation: 0.27, 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 #8E8952 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 137 82 -
CMYK 0 0.04 0.42 0.44
HSL 55º 0.27% 0.44% -
HSV(B) 55º 0.42% 0.56% -
XYZ 21.62 24.25 11.52 -
YUV 132.23 99.66 134.97 -
System Red Green Blue C M Y K H S L
Decimal 142 137 82 0 0.04 0.42 0.44 55 0.27 0.44
Hex 8E 89 52 0 4 2A 2C 37 1B 2C
Octal 216 211 122 0 4 52 54 67 33 54
Binary 10001110 10001001 1010010 0 100 101010 101100 110111 11011 101100

Color Harmonies of #8E8952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8952

Black with #8E8952

Text Example


Text Example

White with #8E8952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,137,82); }

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

background-color css

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

 a { background-color: rgb(142,137,82); }

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

border-color css

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

 span { border-color: rgb(142,137,82); }

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