Html Css Color HEX #8F875C Clay Creek

📋 copy color: '#8F875C'

red 143 ◦ green 135 ◦ blue 92

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

Shades of Clay Creek #8F875C

Tints of Clay Creek #8F875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.49%

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

R = 38.65%
G = 36.49%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F875C (or 0x8F875C) is known color: Clay Creek. HEX triplet: 8F, 87 and 5C. RGB value is (143,135,92). Sum of RGB (Red+Green+Blue) = 143+135+92=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 143 - color contains mainly: red. Hex color #8F875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F875C is #7078A3. Grayscale: #848484. Windows color (decimal): -7370916 or 6064015. OLE color: 6064015.

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

Color convert

RGB 143 135 92 -
CMYK 0 0.06 0.36 0.44
HSL 50.59º 0.22% 0.46% -
HSV(B) 50.59º 0.36% 0.56% -
XYZ 21.92 23.94 13.59 -
YUV 132.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 143 135 92 0 0.06 0.36 0.44 50.59 0.22 0.46
Hex 8F 87 5C 0 6 24 2C 33 16 2E
Octal 217 207 134 0 6 44 54 63 26 56
Binary 10001111 10000111 1011100 0 110 100100 101100 110011 10110 101110

Color Harmonies of #8F875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F875C

Black with #8F875C

Text Example


Text Example

White with #8F875C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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