#715959

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

Shades of Zambezi #715959

Tints of Zambezi #715959

Color information

#715959 (or 0x715959) is unknown color: approx Zambezi. HEX triplet: 71, 59 and 59. RGB value is (113,89,89). Sum of RGB (Red+Green+Blue) = 113+89+89=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #715959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715959 is #8EA6A6. Grayscale: #606060. Windows color (decimal): -9348775 or 5855601. OLE color: 5855601.

HSL color Cylindrical-coordinate representation of color #715959: hue angle of 0º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #715959 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1138989-
CMYK00.210.210.56
HSL11.88%39.61%-
HSV(B)21.24%44.31%-
XYZ12.1911.3811-
YUV96.18123.95140-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=38.83%
G=30.58%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113898900.210.210.56011.8839.61
Hex71595901515380c28
Octal161131131025257001450
Binary1110001101100110110010101011010111100001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715959; }

 p { color: rgb(113,89,89); }

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

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

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

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

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

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

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