#71602C

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

Shades of Himalaya #71602C

Tints of Himalaya #71602C

Color information

#71602C (or 0x71602C) is unknown color: approx Himalaya. HEX triplet: 71, 60 and 2C. RGB value is (113,96,44). Sum of RGB (Red+Green+Blue) = 113+96+44=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #71602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71602C is #8E9FD3. Grayscale: #5F5F5F. Windows color (decimal): -9347028 or 2908273. OLE color: 2908273.

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

Color convert

RGB1139644-
CMYK00.150.610.56
HSL45.22º43.95%30.78%-
HSV(B)45.22º61.06%44.31%-
XYZ11.4512.064.11-
YUV95.1699.13140.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 44 (17.58% from 255) = 17.39%
R=44.66%
G=37.94%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113964400.150.610.5645.2243.9530.78
Hex71602C0F3D382d2c1f
Octal161140540177570555437
Binary111000111000001011000111111110111100010110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71602C; }

 p { color: rgb(113,96,44); }

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

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

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

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

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

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

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