#715D2B

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

Shades of Himalaya #715D2B

Tints of Himalaya #715D2B

Color information

#715D2B (or 0x715D2B) is unknown color: approx Himalaya. HEX triplet: 71, 5D and 2B. RGB value is (113,93,43). Sum of RGB (Red+Green+Blue) = 113+93+43=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #715D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715D2B is #8EA2D4. Grayscale: #5D5D5D. Windows color (decimal): -9347797 or 2841969. OLE color: 2841969.

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

Color convert

RGB1139343-
CMYK00.180.620.56
HSL42.86º44.87%30.59%-
HSV(B)42.86º61.95%44.31%-
XYZ11.1611.513.92-
YUV93.2899.63142.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 43 (17.19% from 255) = 17.27%
R=45.38%
G=37.35%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113934300.180.620.5642.8644.8730.59
Hex715D2B0123E382b2d1f
Octal161135530227670535537
Binary1110001101110110101101001011111011100010101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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