#858051

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

Shades of Clay Creek #858051

Tints of Clay Creek #858051

Color information

#858051 (or 0x858051) is unknown color: approx Clay Creek. HEX triplet: 85, 80 and 51. RGB value is (133,128,81). Sum of RGB (Red+Green+Blue) = 133+128+81=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #858051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858051 is #7A7FAE. Grayscale: #7C7C7C. Windows color (decimal): -8028079 or 5341317. OLE color: 5341317.

HSL color Cylindrical-coordinate representation of color #858051: hue angle of 54.23º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #858051 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB13312881-
CMYK00.040.390.48
HSL54.23º24.3%41.96%-
HSV(B)54.23º39.1%52.16%-
XYZ18.8821.0210.85-
YUV124.14103.66134.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 81 (32.03% from 255) = 23.68%
R=38.89%
G=37.43%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331288100.040.390.4854.2324.341.96
Hex85805104273036182a
Octal205200121044760663052
Binary10000101100000001010001010010011111000011011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858051; }

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

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

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

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

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

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

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

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