#857958

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

Shades of Clay Creek #857958

Tints of Clay Creek #857958

Color information

#857958 (or 0x857958) is unknown color: approx Clay Creek. HEX triplet: 85, 79 and 58. RGB value is (133,121,88). Sum of RGB (Red+Green+Blue) = 133+121+88=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #857958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857958 is #7A86A7. Grayscale: #787878. Windows color (decimal): -8029864 or 5798277. OLE color: 5798277.

HSL color Cylindrical-coordinate representation of color #857958: hue angle of 44º 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 #857958 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB13312188-
CMYK00.090.340.48
HSL44º20.36%43.33%-
HSV(B)44º33.83%52.16%-
XYZ18.2719.3712.01-
YUV120.83109.48136.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 121 (47.66% from 255) = 35.38%
BLUE value IS 88 (34.77% from 255) = 25.73%
R=38.89%
G=35.38%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331218800.090.340.484420.3643.33
Hex8579580922302c142b
Octal2051711300114260542453
Binary10000101111100110110000100110001011000010110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857958; }

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

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

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

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

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

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

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

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