#857368

Color #857368 Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #857368

Tints of Sand Dune #857368

Color information

#857368 (or 0x857368) is unknown color: approx Sand Dune. HEX triplet: 85, 73 and 68. RGB value is (133,115,104). Sum of RGB (Red+Green+Blue) = 133+115+104=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #857368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857368 is #7A8C97. Grayscale: #777777. Windows color (decimal): -8031384 or 6845317. OLE color: 6845317.

HSL color Cylindrical-coordinate representation of color #857368: hue angle of 22.76º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #857368 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB133115104-
CMYK00.140.220.48
HSL22.76º12.24%46.47%-
HSV(B)22.76º21.8%52.16%-
XYZ18.318.2515.65-
YUV119.13119.46137.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=37.78%
G=32.67%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311510400.140.220.4822.7612.2446.47
Hex8573680E163017c2e
Octal2051631500162660271456
Binary10000101111001111010000111010110110000101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857368; }

 p { color: rgb(133,115,104); }

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

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

 a { background-color: rgb(133,115,104); }

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

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

 span { border-color: rgb(133,115,104); }

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