Html Css Color HEX #8F8059 Clay Creek

📋 copy color: '#8F8059'

red 143 ◦ green 128 ◦ blue 89

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

Shades of Clay Creek #8F8059

Tints of Clay Creek #8F8059

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.56%

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

R = 39.72%
G = 35.56%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8F8059 (or 0x8F8059) is known color: Clay Creek. HEX triplet: 8F, 80 and 59. RGB value is (143,128,89). Sum of RGB (Red+Green+Blue) = 143+128+89=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8059 is #707FA6. Grayscale: #808080. Windows color (decimal): -7372711 or 5865615. OLE color: 5865615.

HSL color Cylindrical-coordinate representation of color #8F8059: hue angle of 43.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 #8F8059 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 128 89 -
CMYK 0 0.10 0.38 0.44
HSL 43.33º 0.23% 0.45% -
HSV(B) 43.33º 0.38% 0.56% -
XYZ 20.85 22 12.6 -
YUV 128.04 105.97 138.67 -
System Red Green Blue C M Y K H S L
Decimal 143 128 89 0 0.10 0.38 0.44 43.33 0.23 0.45
Hex 8F 80 59 0 A 26 2C 2B 17 2D
Octal 217 200 131 0 12 46 54 53 27 55
Binary 10001111 10000000 1011001 0 1010 100110 101100 101011 10111 101101

Color Harmonies of #8F8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8059

Black with #8F8059

Text Example


Text Example

White with #8F8059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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