#715856

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

Shades of Zambezi #715856

Tints of Zambezi #715856

Color information

#715856 (or 0x715856) is unknown color: approx Zambezi. HEX triplet: 71, 58 and 56. RGB value is (113,88,86). Sum of RGB (Red+Green+Blue) = 113+88+86=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #715856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715856 is #8EA7A9. Grayscale: #5F5F5F. Windows color (decimal): -9349034 or 5658737. OLE color: 5658737.

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

Color convert

RGB1138886-
CMYK00.220.240.56
HSL4.44º13.57%39.02%-
HSV(B)4.44º23.89%44.31%-
XYZ11.9811.1610.33-
YUV95.25122.78140.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=39.37%
G=30.66%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113888600.220.240.564.4413.5739.02
Hex71585601618384e27
Octal161130126026307041647
Binary111000110110001010110010110110001110001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715856; }

 p { color: rgb(113,88,86); }

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

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

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

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

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

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

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