#715D28

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

Shades of Himalaya #715D28

Tints of Himalaya #715D28

Color information

#715D28 (or 0x715D28) is unknown color: approx Himalaya. HEX triplet: 71, 5D and 28. RGB value is (113,93,40). Sum of RGB (Red+Green+Blue) = 113+93+40=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #715D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715D28 is #8EA2D7. Grayscale: #5D5D5D. Windows color (decimal): -9347800 or 2645361. OLE color: 2645361.

HSL color Cylindrical-coordinate representation of color #715D28: hue angle of 43.56º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #715D28 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1139340-
CMYK00.180.650.56
HSL43.56º47.71%30%-
HSV(B)43.56º64.6%44.31%-
XYZ11.1111.493.64-
YUV92.9498.13142.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 40 (16.02% from 255) = 16.26%
R=45.93%
G=37.80%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113934000.180.650.5643.5647.7130
Hex715D2801241382c301e
Octal1611355002210170546036
Binary11100011011101101000010010100000111100010110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,93,40); }

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

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

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

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

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

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

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