Html Css Color HEX #8F7F49 Clay Creek

📋 copy color: '#8F7F49'

red 143 ◦ green 127 ◦ blue 73

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

Shades of Clay Creek #8F7F49

Tints of Clay Creek #8F7F49

RGB

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

 GREEN value IS 127 (50% from 255) = 37.03%

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

R = 41.69%
G = 37.03%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8F7F49 (or 0x8F7F49) is known color: Clay Creek. HEX triplet: 8F, 7F and 49. RGB value is (143,127,73). Sum of RGB (Red+Green+Blue) = 143+127+73=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7F49 is #7080B6. Grayscale: #7D7D7D. Windows color (decimal): -7372983 or 4816783. OLE color: 4816783.

HSL color Cylindrical-coordinate representation of color #8F7F49: hue angle of 46.29º 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 #8F7F49 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 127 73 -
CMYK 0 0.11 0.49 0.44
HSL 46.29º 0.32% 0.42% -
HSV(B) 46.29º 0.49% 0.56% -
XYZ 20.12 21.5 9.39 -
YUV 125.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 143 127 73 0 0.11 0.49 0.44 46.29 0.32 0.42
Hex 8F 7F 49 0 B 31 2C 2E 20 2A
Octal 217 177 111 0 13 61 54 56 40 52
Binary 10001111 1111111 1001001 0 1011 110001 101100 101110 100000 101010

Color Harmonies of #8F7F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7F49

Black with #8F7F49

Text Example


Text Example

White with #8F7F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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