#71602A

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

Shades of Himalaya #71602A

Tints of Himalaya #71602A

Color information

#71602A (or 0x71602A) is unknown color: approx Himalaya. HEX triplet: 71, 60 and 2A. RGB value is (113,96,42). Sum of RGB (Red+Green+Blue) = 113+96+42=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #71602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71602A is #8E9FD5. Grayscale: #5F5F5F. Windows color (decimal): -9347030 or 2777201. OLE color: 2777201.

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

Color convert

RGB1139642-
CMYK00.150.630.56
HSL45.63º45.81%30.39%-
HSV(B)45.63º62.83%44.31%-
XYZ11.4112.043.91-
YUV94.9398.13140.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 42 (16.80% from 255) = 16.73%
R=45.02%
G=38.25%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113964200.150.630.5645.6345.8130.39
Hex71602A0F3F382e2e1e
Octal161140520177770565636
Binary111000111000001010100111111111111100010111010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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