Html Css Color HEX #8C7E54 Clay Creek

📋 copy color: '#8C7E54'

red 140 ◦ green 126 ◦ blue 84

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

Shades of Clay Creek #8C7E54

Tints of Clay Creek #8C7E54

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36%

 BLUE value IS 84 (33.2% from 255) = 24%

R = 40%
G = 36%
B = 24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.4

 K value IS 0.45

RGB Variations

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

Color information

#8C7E54 (or 0x8C7E54) is known color: Clay Creek. HEX triplet: 8C, 7E and 54. RGB value is (140,126,84). Sum of RGB (Red+Green+Blue) = 140+126+84=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7E54 is #7381AB. Grayscale: #7D7D7D. Windows color (decimal): -7569836 or 5537420. OLE color: 5537420.

HSL color Cylindrical-coordinate representation of color #8C7E54: hue angle of 45º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C7E54 is Cyan = 0, Magento = 0.10, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 126 84 -
CMYK 0 0.10 0.4 0.45
HSL 45º 0.25% 0.44% -
HSV(B) 45º 0.4% 0.55% -
XYZ 19.88 21.14 11.42 -
YUV 125.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 140 126 84 0 0.10 0.4 0.45 45 0.25 0.44
Hex 8C 7E 54 0 A 28 2D 2D 19 2C
Octal 214 176 124 0 12 50 55 55 31 54
Binary 10001100 1111110 1010100 0 1010 101000 101101 101101 11001 101100

Color Harmonies of #8C7E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7E54

Black with #8C7E54

Text Example


Text Example

White with #8C7E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,126,84); }

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

background-color css

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

 a { background-color: rgb(140,126,84); }

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

border-color css

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

 span { border-color: rgb(140,126,84); }

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