#857269

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

Shades of Sand Dune #857269

Tints of Sand Dune #857269

Color information

#857269 (or 0x857269) is unknown color: approx Sand Dune. HEX triplet: 85, 72 and 69. RGB value is (133,114,105). Sum of RGB (Red+Green+Blue) = 133+114+105=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #857269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857269 is #7A8D96. Grayscale: #767676. Windows color (decimal): -8031639 or 6910597. OLE color: 6910597.

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

Color convert

RGB133114105-
CMYK00.140.210.48
HSL19.29º11.76%46.67%-
HSV(B)19.29º21.05%52.16%-
XYZ18.2418.0415.89-
YUV118.65120.29138.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 105 (41.41% from 255) = 29.83%
R=37.78%
G=32.39%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311410500.140.210.4819.2911.7646.67
Hex8572690E153013c2f
Octal2051621510162560231457
Binary10000101111001011010010111010101110000100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857269; }

 p { color: rgb(133,114,105); }

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

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

 a { background-color: rgb(133,114,105); }

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

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

 span { border-color: rgb(133,114,105); }

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