#858158

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

Shades of Clay Creek #858158

Tints of Clay Creek #858158

Color information

#858158 (or 0x858158) is unknown color: approx Clay Creek. HEX triplet: 85, 81 and 58. RGB value is (133,129,88). Sum of RGB (Red+Green+Blue) = 133+129+88=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #858158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858158 is #7A7EA7. Grayscale: #7D7D7D. Windows color (decimal): -8027816 or 5800325. OLE color: 5800325.

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

Color convert

RGB13312988-
CMYK00.030.340.48
HSL54.67º20.36%43.33%-
HSV(B)54.67º33.83%52.16%-
XYZ19.2821.3912.35-
YUV125.52106.83133.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 129 (50.78% from 255) = 36.86%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=38%
G=36.86%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331298800.030.340.4854.6720.3643.33
Hex85815803223037142b
Octal205201130034260672453
Binary1000010110000001101100001110001011000011011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858158; }

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

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

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

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

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

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

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

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