#88745F

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

Shades of Sand Dune #88745F

Tints of Sand Dune #88745F

Color information

#88745F (or 0x88745F) is unknown color: approx Sand Dune. HEX triplet: 88, 74 and 5F. RGB value is (136,116,95). Sum of RGB (Red+Green+Blue) = 136+116+95=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #88745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88745F is #778BA0. Grayscale: #777777. Windows color (decimal): -7834529 or 6255752. OLE color: 6255752.

HSL color Cylindrical-coordinate representation of color #88745F: hue angle of 30.73º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88745F is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13611695-
CMYK00.150.300.47
HSL30.73º17.75%45.29%-
HSV(B)30.73º30.15%53.33%-
XYZ18.4618.5513.43-
YUV119.59114.13139.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=39.19%
G=33.43%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361169500.150.300.4730.7317.7545.29
Hex88745F0F1E2F1f122d
Octal2101641370173657372255
Binary100010001110100101111101111111101011111111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88745F; }

 p { color: rgb(136,116,95); }

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

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

 a { background-color: rgb(136,116,95); }

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

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

 span { border-color: rgb(136,116,95); }

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