Html Css Color HEX #8C7B55 Clay Creek

📋 copy color: '#8C7B55'

red 140 ◦ green 123 ◦ blue 85

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

Shades of Clay Creek #8C7B55

Tints of Clay Creek #8C7B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.43%

R = 40.23%
G = 35.34%
B = 24.43%

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

#8C7B55 (or 0x8C7B55) is known color: Clay Creek. HEX triplet: 8C, 7B and 55. RGB value is (140,123,85). Sum of RGB (Red+Green+Blue) = 140+123+85=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7B55 is #7384AA. Grayscale: #7B7B7B. Windows color (decimal): -7570603 or 5602188. OLE color: 5602188.

HSL color Cylindrical-coordinate representation of color #8C7B55: hue angle of 41.45º 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 #8C7B55 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 123 85 -
CMYK 0 0.12 0.39 0.45
HSL 41.45º 0.24% 0.44% -
HSV(B) 41.45º 0.39% 0.55% -
XYZ 19.54 20.4 11.5 -
YUV 123.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 140 123 85 0 0.12 0.39 0.45 41.45 0.24 0.44
Hex 8C 7B 55 0 C 27 2D 29 18 2C
Octal 214 173 125 0 14 47 55 51 30 54
Binary 10001100 1111011 1010101 0 1100 100111 101101 101001 11000 101100

Color Harmonies of #8C7B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7B55

Black with #8C7B55

Text Example


Text Example

White with #8C7B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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