Html Css Color HEX #8F7E49 Clay Creek

📋 copy color: '#8F7E49'

red 143 ◦ green 126 ◦ blue 73

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

Shades of Clay Creek #8F7E49

Tints of Clay Creek #8F7E49

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.84%

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

R = 41.81%
G = 36.84%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8F7E49 (or 0x8F7E49) is known color: Clay Creek. HEX triplet: 8F, 7E and 49. RGB value is (143,126,73). Sum of RGB (Red+Green+Blue) = 143+126+73=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7E49 is #7081B6. Grayscale: #7D7D7D. Windows color (decimal): -7373239 or 4816527. OLE color: 4816527.

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

Color convert

RGB 143 126 73 -
CMYK 0 0.12 0.49 0.44
HSL 45.43º 0.32% 0.42% -
HSV(B) 45.43º 0.49% 0.56% -
XYZ 19.99 21.24 9.35 -
YUV 125.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 143 126 73 0 0.12 0.49 0.44 45.43 0.32 0.42
Hex 8F 7E 49 0 C 31 2C 2D 20 2A
Octal 217 176 111 0 14 61 54 55 40 52
Binary 10001111 1111110 1001001 0 1100 110001 101100 101101 100000 101010

Color Harmonies of #8F7E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7E49

Black with #8F7E49

Text Example


Text Example

White with #8F7E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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