#858052

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

Shades of Clay Creek #858052

Tints of Clay Creek #858052

Color information

#858052 (or 0x858052) is unknown color: approx Clay Creek. HEX triplet: 85, 80 and 52. RGB value is (133,128,82). Sum of RGB (Red+Green+Blue) = 133+128+82=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #858052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858052 is #7A7FAD. Grayscale: #7C7C7C. Windows color (decimal): -8028078 or 5406853. OLE color: 5406853.

HSL color Cylindrical-coordinate representation of color #858052: hue angle of 54.12º degrees, saturation: 0.24, 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 #858052 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB13312882-
CMYK00.040.380.48
HSL54.12º23.72%42.16%-
HSV(B)54.12º38.35%52.16%-
XYZ18.9221.0311.05-
YUV124.25104.16134.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=38.78%
G=37.32%
B=23.91%

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
Decimal1331288200.040.380.4854.1223.7242.16
Hex85805204263036182a
Octal205200122044660663052
Binary10000101100000001010010010010011011000011011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858052; }

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

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

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

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

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

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

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

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