Html Css Color HEX #8C7B56 Clay Creek

📋 copy color: '#8C7B56'

red 140 ◦ green 123 ◦ blue 86

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

Shades of Clay Creek #8C7B56

Tints of Clay Creek #8C7B56

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.24%

 BLUE value IS 86 (33.98% from 255) = 24.64%

R = 40.11%
G = 35.24%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C7B56 (or 0x8C7B56) is known color: Clay Creek. HEX triplet: 8C, 7B and 56. RGB value is (140,123,86). Sum of RGB (Red+Green+Blue) = 140+123+86=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7B56 is #7384A9. Grayscale: #7C7C7C. Windows color (decimal): -7570602 or 5667724. OLE color: 5667724.

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

Color convert

RGB 140 123 86 -
CMYK 0 0.12 0.39 0.45
HSL 41.11º 0.24% 0.44% -
HSV(B) 41.11º 0.39% 0.55% -
XYZ 19.58 20.41 11.71 -
YUV 123.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 140 123 86 0 0.12 0.39 0.45 41.11 0.24 0.44
Hex 8C 7B 56 0 C 27 2D 29 18 2C
Octal 214 173 126 0 14 47 55 51 30 54
Binary 10001100 1111011 1010110 0 1100 100111 101101 101001 11000 101100

Color Harmonies of #8C7B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7B56

Black with #8C7B56

Text Example


Text Example

White with #8C7B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,123,86); }

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

background-color css

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

 a { background-color: rgb(140,123,86); }

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

border-color css

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

 span { border-color: rgb(140,123,86); }

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