#858150

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

Shades of Clay Creek #858150

Tints of Clay Creek #858150

Color information

#858150 (or 0x858150) is unknown color: approx Clay Creek. HEX triplet: 85, 81 and 50. RGB value is (133,129,80). Sum of RGB (Red+Green+Blue) = 133+129+80=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #858150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858150 is #7A7EAF. Grayscale: #7C7C7C. Windows color (decimal): -8027824 or 5276037. OLE color: 5276037.

HSL color Cylindrical-coordinate representation of color #858150: hue angle of 55.47º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858150 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB13312980-
CMYK00.030.400.48
HSL55.47º24.88%41.76%-
HSV(B)55.47º39.85%52.16%-
XYZ18.9721.2710.69-
YUV124.61102.83133.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=38.89%
G=37.72%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331298000.030.400.4855.4724.8841.76
Hex85815003283037192a
Octal205201120035060673152
Binary1000010110000001101000001110100011000011011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858150; }

 p { color: rgb(133,129,80); }

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

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

 a { background-color: rgb(133,129,80); }

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

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

 span { border-color: rgb(133,129,80); }

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