#88713F

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

Shades of Shadow #88713F

Tints of Shadow #88713F

Color information

#88713F (or 0x88713F) is unknown color: approx Shadow. HEX triplet: 88, 71 and 3F. RGB value is (136,113,63). Sum of RGB (Red+Green+Blue) = 136+113+63=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88713F is #778EC0. Grayscale: #727272. Windows color (decimal): -7835329 or 4157832. OLE color: 4157832.

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

Color convert

RGB13611363-
CMYK00.170.540.47
HSL41.1º36.68%39.02%-
HSV(B)41.1º53.68%53.33%-
XYZ16.9617.47.17-
YUV114.1899.12143.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 63 (25% from 255) = 20.19%
R=43.59%
G=36.22%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361136300.170.540.4741.136.6839.02
Hex88713F011362F292527
Octal210161770216657514547
Binary100010001110001111111010001110110101111101001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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