Html Css Color HEX #8F8249 Clay Creek

📋 copy color: '#8F8249'

red 143 ◦ green 130 ◦ blue 73

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

Shades of Clay Creek #8F8249

Tints of Clay Creek #8F8249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

 BLUE value IS 73 (28.91% from 255) = 21.1%

R = 41.33%
G = 37.57%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8F8249 (or 0x8F8249) is known color: Clay Creek. HEX triplet: 8F, 82 and 49. RGB value is (143,130,73). Sum of RGB (Red+Green+Blue) = 143+130+73=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8249 is #707DB6. Grayscale: #7F7F7F. Windows color (decimal): -7372215 or 4817551. OLE color: 4817551.

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

Color convert

RGB 143 130 73 -
CMYK 0 0.09 0.49 0.44
HSL 48.86º 0.32% 0.42% -
HSV(B) 48.86º 0.49% 0.56% -
XYZ 20.51 22.29 9.52 -
YUV 127.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 143 130 73 0 0.09 0.49 0.44 48.86 0.32 0.42
Hex 8F 82 49 0 9 31 2C 31 20 2A
Octal 217 202 111 0 11 61 54 61 40 52
Binary 10001111 10000010 1001001 0 1001 110001 101100 110001 100000 101010

Color Harmonies of #8F8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8249

Black with #8F8249

Text Example


Text Example

White with #8F8249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,130,73); }

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

background-color css

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

 a { background-color: rgb(143,130,73); }

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

border-color css

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

 span { border-color: rgb(143,130,73); }

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