#88755F

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

Shades of Sand Dune #88755F

Tints of Sand Dune #88755F

Color information

#88755F (or 0x88755F) is unknown color: approx Sand Dune. HEX triplet: 88, 75 and 5F. RGB value is (136,117,95). Sum of RGB (Red+Green+Blue) = 136+117+95=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #88755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88755F is #778AA0. Grayscale: #787878. Windows color (decimal): -7834273 or 6256008. OLE color: 6256008.

HSL color Cylindrical-coordinate representation of color #88755F: hue angle of 32.2º 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 #88755F is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13611795-
CMYK00.140.300.47
HSL32.2º17.75%45.29%-
HSV(B)32.2º30.15%53.33%-
XYZ18.5818.7813.47-
YUV120.17113.79139.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=39.08%
G=33.62%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361179500.140.300.4732.217.7545.29
Hex88755F0E1E2F20122d
Octal2101651370163657402255
Binary1000100011101011011111011101111010111110000010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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