Html Css Color HEX #8C7E59 Clay Creek

📋 copy color: '#8C7E59'

red 140 ◦ green 126 ◦ blue 89

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

Shades of Clay Creek #8C7E59

Tints of Clay Creek #8C7E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.07%

R = 39.44%
G = 35.49%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C7E59 (or 0x8C7E59) is known color: Clay Creek. HEX triplet: 8C, 7E and 59. RGB value is (140,126,89). Sum of RGB (Red+Green+Blue) = 140+126+89=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7E59 is #7381A6. Grayscale: #7E7E7E. Windows color (decimal): -7569831 or 5865100. OLE color: 5865100.

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

Color convert

RGB 140 126 89 -
CMYK 0 0.10 0.36 0.45
HSL 43.53º 0.22% 0.45% -
HSV(B) 43.53º 0.36% 0.55% -
XYZ 20.08 21.22 12.49 -
YUV 125.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 140 126 89 0 0.10 0.36 0.45 43.53 0.22 0.45
Hex 8C 7E 59 0 A 24 2D 2C 16 2D
Octal 214 176 131 0 12 44 55 54 26 55
Binary 10001100 1111110 1011001 0 1010 100100 101101 101100 10110 101101

Color Harmonies of #8C7E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7E59

Black with #8C7E59

Text Example


Text Example

White with #8C7E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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