Html Css Color HEX #8F7D5C Clay Creek

📋 copy color: '#8F7D5C'

red 143 ◦ green 125 ◦ blue 92

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

Shades of Clay Creek #8F7D5C

Tints of Clay Creek #8F7D5C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.72%

 BLUE value IS 92 (36.33% from 255) = 25.56%

R = 39.72%
G = 34.72%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F7D5C (or 0x8F7D5C) is known color: Clay Creek. HEX triplet: 8F, 7D and 5C. RGB value is (143,125,92). Sum of RGB (Red+Green+Blue) = 143+125+92=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7D5C is #7082A3. Grayscale: #7E7E7E. Windows color (decimal): -7373476 or 6061455. OLE color: 6061455.

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

Color convert

RGB 143 125 92 -
CMYK 0 0.13 0.36 0.44
HSL 38.82º 0.22% 0.46% -
HSV(B) 38.82º 0.36% 0.56% -
XYZ 20.59 21.28 13.15 -
YUV 126.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 143 125 92 0 0.13 0.36 0.44 38.82 0.22 0.46
Hex 8F 7D 5C 0 D 24 2C 27 16 2E
Octal 217 175 134 0 15 44 54 47 26 56
Binary 10001111 1111101 1011100 0 1101 100100 101100 100111 10110 101110

Color Harmonies of #8F7D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7D5C

Black with #8F7D5C

Text Example


Text Example

White with #8F7D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,125,92); }

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

background-color css

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

 a { background-color: rgb(143,125,92); }

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

border-color css

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

 span { border-color: rgb(143,125,92); }

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