Html Css Color HEX #8D7C44 Clay Creek

📋 copy color: '#8D7C44'

red 141 ◦ green 124 ◦ blue 68

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

Shades of Clay Creek #8D7C44

Tints of Clay Creek #8D7C44

RGB

 RED value IS 141 (55.47% from 255) = 42.34%

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

 BLUE value IS 68 (26.95% from 255) = 20.42%

R = 42.34%
G = 37.24%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.45

RGB Variations

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

Color information

#8D7C44 (or 0x8D7C44) is known color: Clay Creek. HEX triplet: 8D, 7C and 44. RGB value is (141,124,68). Sum of RGB (Red+Green+Blue) = 141+124+68=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7C44 is #7283BB. Grayscale: #7A7A7A. Windows color (decimal): -7504828 or 4488333. OLE color: 4488333.

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

Color convert

RGB 141 124 68 -
CMYK 0 0.12 0.52 0.45
HSL 46.03º 0.35% 0.41% -
HSV(B) 46.03º 0.52% 0.55% -
XYZ 19.24 20.5 8.41 -
YUV 122.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 141 124 68 0 0.12 0.52 0.45 46.03 0.35 0.41
Hex 8D 7C 44 0 C 34 2D 2E 23 29
Octal 215 174 104 0 14 64 55 56 43 51
Binary 10001101 1111100 1000100 0 1100 110100 101101 101110 100011 101001

Color Harmonies of #8D7C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7C44

Black with #8D7C44

Text Example


Text Example

White with #8D7C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,124,68); }

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

background-color css

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

 a { background-color: rgb(141,124,68); }

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

border-color css

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

 span { border-color: rgb(141,124,68); }

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