Html Css Color HEX #8C7F47 Clay Creek

📋 copy color: '#8C7F47'

red 140 ◦ green 127 ◦ blue 71

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

Shades of Clay Creek #8C7F47

Tints of Clay Creek #8C7F47

RGB

 RED value IS 140 (55.08% from 255) = 41.42%

 GREEN value IS 127 (50% from 255) = 37.57%

 BLUE value IS 71 (28.13% from 255) = 21.01%

R = 41.42%
G = 37.57%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8C7F47 (or 0x8C7F47) is known color: Clay Creek. HEX triplet: 8C, 7F and 47. RGB value is (140,127,71). Sum of RGB (Red+Green+Blue) = 140+127+71=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7F47 is #7380B8. Grayscale: #7C7C7C. Windows color (decimal): -7569593 or 4685708. OLE color: 4685708.

HSL color Cylindrical-coordinate representation of color #8C7F47: hue angle of 48.7º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C7F47 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 127 71 -
CMYK 0 0.09 0.49 0.45
HSL 48.7º 0.33% 0.41% -
HSV(B) 48.7º 0.49% 0.55% -
XYZ 19.54 21.21 9.03 -
YUV 124.5 97.81 139.05 -
System Red Green Blue C M Y K H S L
Decimal 140 127 71 0 0.09 0.49 0.45 48.7 0.33 0.41
Hex 8C 7F 47 0 9 31 2D 31 21 29
Octal 214 177 107 0 11 61 55 61 41 51
Binary 10001100 1111111 1000111 0 1001 110001 101101 110001 100001 101001

Color Harmonies of #8C7F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7F47

Black with #8C7F47

Text Example


Text Example

White with #8C7F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,127,71); }

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

background-color css

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

 a { background-color: rgb(140,127,71); }

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

border-color css

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

 span { border-color: rgb(140,127,71); }

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