#8D804B

Color #8D804B Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #8D804B

Tints of Clay Creek #8D804B

Color information

#8D804B (or 0x8D804B) is unknown color: approx Clay Creek. HEX triplet: 8D, 80 and 4B. RGB value is (141,128,75). Sum of RGB (Red+Green+Blue) = 141+128+75=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D804B is #727FB4. Grayscale: #7E7E7E. Windows color (decimal): -7503797 or 4948109. OLE color: 4948109.

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

Color convert

RGB14112875-
CMYK00.090.470.45
HSL48.18º30.56%42.35%-
HSV(B)48.18º46.81%55.29%-
XYZ19.9721.619.77-
YUV125.8499.31138.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.99%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=40.99%
G=37.21%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411287500.090.470.4548.1830.5642.35
Hex8D804B092F2D301f2a
Octal2152001130115755603752
Binary100011011000000010010110100110111110110111000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,128,75); }

 H1.HeaderClassName
 {
   color: #8D804B;
 }
 .AnyTagClassName
 {
   color: #8D804B;
 }
</style>
background-color css

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

 a { background-color: rgb(141,128,75); }

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

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

 span { border-color: rgb(141,128,75); }

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