#858054

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

Shades of Clay Creek #858054

Tints of Clay Creek #858054

Color information

#858054 (or 0x858054) is unknown color: approx Clay Creek. HEX triplet: 85, 80 and 54. RGB value is (133,128,84). Sum of RGB (Red+Green+Blue) = 133+128+84=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #858054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858054 is #7A7FAB. Grayscale: #7C7C7C. Windows color (decimal): -8028076 or 5537925. OLE color: 5537925.

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

Color convert

RGB13312884-
CMYK00.040.370.48
HSL53.88º22.58%42.55%-
HSV(B)53.88º36.84%52.16%-
XYZ18.9921.0611.45-
YUV124.48105.16134.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=38.55%
G=37.10%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331288400.040.370.4853.8822.5842.55
Hex85805404253036172b
Octal205200124044560662753
Binary10000101100000001010100010010010111000011011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858054; }

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

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

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

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

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

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

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

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