Html Css Color HEX #8C8051 Clay Creek

📋 copy color: '#8C8051'

red 140 ◦ green 128 ◦ blue 81

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

Shades of Clay Creek #8C8051

Tints of Clay Creek #8C8051

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.68%

 BLUE value IS 81 (32.03% from 255) = 23.21%

R = 40.11%
G = 36.68%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8C8051 (or 0x8C8051) is known color: Clay Creek. HEX triplet: 8C, 80 and 51. RGB value is (140,128,81). Sum of RGB (Red+Green+Blue) = 140+128+81=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8051 is #737FAE. Grayscale: #7E7E7E. Windows color (decimal): -7569327 or 5341324. OLE color: 5341324.

HSL color Cylindrical-coordinate representation of color #8C8051: hue angle of 47.8º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C8051 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 128 81 -
CMYK 0 0.09 0.42 0.45
HSL 47.8º 0.27% 0.43% -
HSV(B) 47.8º 0.42% 0.55% -
XYZ 20.02 21.61 10.9 -
YUV 126.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 140 128 81 0 0.09 0.42 0.45 47.8 0.27 0.43
Hex 8C 80 51 0 9 2A 2D 30 1B 2B
Octal 214 200 121 0 11 52 55 60 33 53
Binary 10001100 10000000 1010001 0 1001 101010 101101 110000 11011 101011

Color Harmonies of #8C8051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8051

Black with #8C8051

Text Example


Text Example

White with #8C8051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,128,81); }

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

background-color css

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

 a { background-color: rgb(140,128,81); }

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

border-color css

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

 span { border-color: rgb(140,128,81); }

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