#88745E

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

Shades of Sand Dune #88745E

Tints of Sand Dune #88745E

Color information

#88745E (or 0x88745E) is unknown color: approx Sand Dune. HEX triplet: 88, 74 and 5E. RGB value is (136,116,94). Sum of RGB (Red+Green+Blue) = 136+116+94=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #88745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88745E is #778BA1. Grayscale: #777777. Windows color (decimal): -7834530 or 6190216. OLE color: 6190216.

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

Color convert

RGB13611694-
CMYK00.150.310.47
HSL31.43º18.26%45.1%-
HSV(B)31.43º30.88%53.33%-
XYZ18.4218.5313.2-
YUV119.47113.63139.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=39.31%
G=33.53%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361169400.150.310.4731.4318.2645.1
Hex88745E0F1F2F1f122d
Octal2101641360173757372255
Binary100010001110100101111001111111111011111111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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