Html Css Color HEX #8F7C4E Clay Creek

📋 copy color: '#8F7C4E'

red 143 ◦ green 124 ◦ blue 78

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

Shades of Clay Creek #8F7C4E

Tints of Clay Creek #8F7C4E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.94%

 BLUE value IS 78 (30.86% from 255) = 22.61%

R = 41.45%
G = 35.94%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F7C4E (or 0x8F7C4E) is known color: Clay Creek. HEX triplet: 8F, 7C and 4E. RGB value is (143,124,78). Sum of RGB (Red+Green+Blue) = 143+124+78=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7C4E is #7083B1. Grayscale: #7C7C7C. Windows color (decimal): -7373746 or 5143695. OLE color: 5143695.

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

Color convert

RGB 143 124 78 -
CMYK 0 0.13 0.45 0.44
HSL 42.46º 0.29% 0.43% -
HSV(B) 42.46º 0.45% 0.56% -
XYZ 19.91 20.81 10.17 -
YUV 124.44 101.79 141.24 -
System Red Green Blue C M Y K H S L
Decimal 143 124 78 0 0.13 0.45 0.44 42.46 0.29 0.43
Hex 8F 7C 4E 0 D 2D 2C 2A 1D 2B
Octal 217 174 116 0 15 55 54 52 35 53
Binary 10001111 1111100 1001110 0 1101 101101 101100 101010 11101 101011

Color Harmonies of #8F7C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7C4E

Black with #8F7C4E

Text Example


Text Example

White with #8F7C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,124,78); }

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

background-color css

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

 a { background-color: rgb(143,124,78); }

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

border-color css

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

 span { border-color: rgb(143,124,78); }

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