Html Css Color HEX #8F7E4F Clay Creek

📋 copy color: '#8F7E4F'

red 143 ◦ green 126 ◦ blue 79

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

Shades of Clay Creek #8F7E4F

Tints of Clay Creek #8F7E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 41.09%
G = 36.21%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F7E4F (or 0x8F7E4F) is known color: Clay Creek. HEX triplet: 8F, 7E and 4F. RGB value is (143,126,79). Sum of RGB (Red+Green+Blue) = 143+126+79=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7E4F is #7081B0. Grayscale: #7D7D7D. Windows color (decimal): -7373233 or 5209743. OLE color: 5209743.

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

Color convert

RGB 143 126 79 -
CMYK 0 0.12 0.45 0.44
HSL 44.06º 0.29% 0.44% -
HSV(B) 44.06º 0.45% 0.56% -
XYZ 20.2 21.33 10.45 -
YUV 125.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 143 126 79 0 0.12 0.45 0.44 44.06 0.29 0.44
Hex 8F 7E 4F 0 C 2D 2C 2C 1D 2C
Octal 217 176 117 0 14 55 54 54 35 54
Binary 10001111 1111110 1001111 0 1100 101101 101100 101100 11101 101100

Color Harmonies of #8F7E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7E4F

Black with #8F7E4F

Text Example


Text Example

White with #8F7E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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