Html Css Color HEX #8C7F48 Clay Creek

📋 copy color: '#8C7F48'

red 140 ◦ green 127 ◦ blue 72

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

Shades of Clay Creek #8C7F48

Tints of Clay Creek #8C7F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.24%

R = 41.3%
G = 37.46%
B = 21.24%

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

#8C7F48 (or 0x8C7F48) is known color: Clay Creek. HEX triplet: 8C, 7F and 48. RGB value is (140,127,72). Sum of RGB (Red+Green+Blue) = 140+127+72=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7F48 is #7380B7. Grayscale: #7C7C7C. Windows color (decimal): -7569592 or 4751244. OLE color: 4751244.

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

Color convert

RGB 140 127 72 -
CMYK 0 0.09 0.49 0.45
HSL 48.53º 0.32% 0.42% -
HSV(B) 48.53º 0.49% 0.55% -
XYZ 19.57 21.22 9.2 -
YUV 124.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 140 127 72 0 0.09 0.49 0.45 48.53 0.32 0.42
Hex 8C 7F 48 0 9 31 2D 31 20 2A
Octal 214 177 110 0 11 61 55 61 40 52
Binary 10001100 1111111 1001000 0 1001 110001 101101 110001 100000 101010

Color Harmonies of #8C7F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7F48

Black with #8C7F48

Text Example


Text Example

White with #8C7F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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