#88703F

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

Shades of Shadow #88703F

Tints of Shadow #88703F

Color information

#88703F (or 0x88703F) is unknown color: approx Shadow. HEX triplet: 88, 70 and 3F. RGB value is (136,112,63). Sum of RGB (Red+Green+Blue) = 136+112+63=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88703F is #778FC0. Grayscale: #717171. Windows color (decimal): -7835585 or 4157576. OLE color: 4157576.

HSL color Cylindrical-coordinate representation of color #88703F: hue angle of 40.27º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88703F is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB13611263-
CMYK00.180.540.47
HSL40.27º36.68%39.02%-
HSV(B)40.27º53.68%53.33%-
XYZ16.8417.187.13-
YUV113.5999.45143.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 63 (25% from 255) = 20.26%
R=43.73%
G=36.01%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361126300.180.540.4740.2736.6839.02
Hex88703F012362F282527
Octal210160770226657504547
Binary100010001110000111111010010110110101111101000100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,112,63); }

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

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

 a { background-color: rgb(136,112,63); }

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

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

 span { border-color: rgb(136,112,63); }

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