Html Css Color HEX #8F8959 Clay Creek

📋 copy color: '#8F8959'

red 143 ◦ green 137 ◦ blue 89

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

Shades of Clay Creek #8F8959

Tints of Clay Creek #8F8959

RGB

 RED value IS 143 (56.25% from 255) = 38.75%

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

 BLUE value IS 89 (35.16% from 255) = 24.12%

R = 38.75%
G = 37.13%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8F8959 (or 0x8F8959) is known color: Clay Creek. HEX triplet: 8F, 89 and 59. RGB value is (143,137,89). Sum of RGB (Red+Green+Blue) = 143+137+89=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8959 is #7076A6. Grayscale: #858585. Windows color (decimal): -7370407 or 5867919. OLE color: 5867919.

HSL color Cylindrical-coordinate representation of color #8F8959: hue angle of 53.33º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F8959 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 137 89 -
CMYK 0 0.04 0.38 0.44
HSL 53.33º 0.23% 0.45% -
HSV(B) 53.33º 0.38% 0.56% -
XYZ 22.08 24.45 13.01 -
YUV 133.32 102.99 134.9 -
System Red Green Blue C M Y K H S L
Decimal 143 137 89 0 0.04 0.38 0.44 53.33 0.23 0.45
Hex 8F 89 59 0 4 26 2C 35 17 2D
Octal 217 211 131 0 4 46 54 65 27 55
Binary 10001111 10001001 1011001 0 100 100110 101100 110101 10111 101101

Color Harmonies of #8F8959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8959

Black with #8F8959

Text Example


Text Example

White with #8F8959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,137,89); }

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

background-color css

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

 a { background-color: rgb(143,137,89); }

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

border-color css

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

 span { border-color: rgb(143,137,89); }

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