#8D8458

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

Shades of Clay Creek #8D8458

Tints of Clay Creek #8D8458

Color information

#8D8458 (or 0x8D8458) is unknown color: approx Clay Creek. HEX triplet: 8D, 84 and 58. RGB value is (141,132,88). Sum of RGB (Red+Green+Blue) = 141+132+88=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8458 is #727BA7. Grayscale: #818181. Windows color (decimal): -7502760 or 5801101. OLE color: 5801101.

HSL color Cylindrical-coordinate representation of color #8D8458: hue angle of 49.81º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D8458 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB14113288-
CMYK00.060.380.45
HSL49.81º23.14%44.9%-
HSV(B)49.81º37.59%55.29%-
XYZ2122.8712.54-
YUV129.68104.48136.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.06%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=39.06%
G=36.57%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411328800.060.380.4549.8123.1444.9
Hex8D845806262D32172d
Octal215204130064655622755
Binary10001101100001001011000011010011010110111001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,132,88); }

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

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

 a { background-color: rgb(141,132,88); }

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

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

 span { border-color: rgb(141,132,88); }

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