Html Css Color HEX #8C8755 Clay Creek

📋 copy color: '#8C8755'

red 140 ◦ green 135 ◦ blue 85

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

Shades of Clay Creek #8C8755

Tints of Clay Creek #8C8755

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.5%

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

R = 38.89%
G = 37.5%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C8755 (or 0x8C8755) is known color: Clay Creek. HEX triplet: 8C, 87 and 55. RGB value is (140,135,85). Sum of RGB (Red+Green+Blue) = 140+135+85=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8755 is #7378AA. Grayscale: #838383. Windows color (decimal): -7567531 or 5605260. OLE color: 5605260.

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

Color convert

RGB 140 135 85 -
CMYK 0 0.04 0.39 0.45
HSL 54.55º 0.24% 0.44% -
HSV(B) 54.55º 0.39% 0.55% -
XYZ 21.12 23.56 12.03 -
YUV 130.8 102.16 134.57 -
System Red Green Blue C M Y K H S L
Decimal 140 135 85 0 0.04 0.39 0.45 54.55 0.24 0.44
Hex 8C 87 55 0 4 27 2D 37 18 2C
Octal 214 207 125 0 4 47 55 67 30 54
Binary 10001100 10000111 1010101 0 100 100111 101101 110111 11000 101100

Color Harmonies of #8C8755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8755

Black with #8C8755

Text Example


Text Example

White with #8C8755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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