#715E50

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

Shades of Kabul #715E50

Tints of Kabul #715E50

Color information

#715E50 (or 0x715E50) is unknown color: approx Kabul. HEX triplet: 71, 5E and 50. RGB value is (113,94,80). Sum of RGB (Red+Green+Blue) = 113+94+80=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #715E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E50 is #8EA1AF. Grayscale: #626262. Windows color (decimal): -9347504 or 5267057. OLE color: 5267057.

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

Color convert

RGB1139480-
CMYK00.170.290.56
HSL25.45º17.1%37.84%-
HSV(B)25.45º29.2%44.31%-
XYZ12.2612.19.28-
YUV98.08117.79138.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=39.37%
G=32.75%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113948000.170.290.5625.4517.137.84
Hex715E500111D38191126
Octal1611361200213570312146
Binary111000110111101010000010001111011110001100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715E50; }

 p { color: rgb(113,94,80); }

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

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

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

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

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

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

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