Html Css Color HEX #8C8155 Clay Creek

📋 copy color: '#8C8155'

red 140 ◦ green 129 ◦ blue 85

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

Shades of Clay Creek #8C8155

Tints of Clay Creek #8C8155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.44%

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

R = 39.55%
G = 36.44%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C8155 (or 0x8C8155) is known color: Clay Creek. HEX triplet: 8C, 81 and 55. RGB value is (140,129,85). Sum of RGB (Red+Green+Blue) = 140+129+85=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8155 is #737EAA. Grayscale: #7F7F7F. Windows color (decimal): -7569067 or 5603724. OLE color: 5603724.

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

Color convert

RGB 140 129 85 -
CMYK 0 0.08 0.39 0.45
HSL 48º 0.24% 0.44% -
HSV(B) 48º 0.39% 0.55% -
XYZ 20.31 21.93 11.76 -
YUV 127.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 140 129 85 0 0.08 0.39 0.45 48 0.24 0.44
Hex 8C 81 55 0 8 27 2D 30 18 2C
Octal 214 201 125 0 10 47 55 60 30 54
Binary 10001100 10000001 1010101 0 1000 100111 101101 110000 11000 101100

Color Harmonies of #8C8155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8155

Black with #8C8155

Text Example


Text Example

White with #8C8155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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