#8D8750

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

Shades of Clay Creek #8D8750

Tints of Clay Creek #8D8750

Color information

#8D8750 (or 0x8D8750) is unknown color: approx Clay Creek. HEX triplet: 8D, 87 and 50. RGB value is (141,135,80). Sum of RGB (Red+Green+Blue) = 141+135+80=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8750 is #7278AF. Grayscale: #828282. Windows color (decimal): -7502000 or 5277581. OLE color: 5277581.

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

Color convert

RGB14113580-
CMYK00.040.430.45
HSL54.1º27.6%43.33%-
HSV(B)54.1º43.26%55.29%-
XYZ21.123.5711.03-
YUV130.5299.49135.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.61%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=39.61%
G=37.92%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411358000.040.430.4554.127.643.33
Hex8D8750042B2D361c2b
Octal215207120045355663453
Binary10001101100001111010000010010101110110111011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,135,80); }

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

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

 a { background-color: rgb(141,135,80); }

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

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

 span { border-color: rgb(141,135,80); }

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