#858053

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

Shades of Clay Creek #858053

Tints of Clay Creek #858053

Color information

#858053 (or 0x858053) is unknown color: approx Clay Creek. HEX triplet: 85, 80 and 53. RGB value is (133,128,83). Sum of RGB (Red+Green+Blue) = 133+128+83=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #858053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858053 is #7A7FAC. Grayscale: #7C7C7C. Windows color (decimal): -8028077 or 5472389. OLE color: 5472389.

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

Color convert

RGB13312883-
CMYK00.040.380.48
HSL54º23.15%42.35%-
HSV(B)54º37.59%52.16%-
XYZ18.9521.0511.25-
YUV124.36104.66134.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 83 (32.81% from 255) = 24.13%
R=38.66%
G=37.21%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331288300.040.380.485423.1542.35
Hex85805304263036172a
Octal205200123044660662752
Binary10000101100000001010011010010011011000011011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858053; }

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

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

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

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

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

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

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

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