#716227

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

Shades of Himalaya #716227

Tints of Himalaya #716227

Color information

#716227 (or 0x716227) is unknown color: approx Himalaya. HEX triplet: 71, 62 and 27. RGB value is (113,98,39). Sum of RGB (Red+Green+Blue) = 113+98+39=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #716227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716227 is #8E9DD8. Grayscale: #606060. Windows color (decimal): -9346521 or 2581105. OLE color: 2581105.

HSL color Cylindrical-coordinate representation of color #716227: hue angle of 47.84º degrees, saturation: 0.49, 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 #716227 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1139839-
CMYK00.130.650.56
HSL47.84º48.68%29.8%-
HSV(B)47.84º65.49%44.31%-
XYZ11.5412.393.7-
YUV95.7695.97140.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=45.2%
G=39.2%
B=15.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113983900.130.650.5647.8448.6829.8
Hex7162270D413830311e
Octal1611424701510170606136
Binary1110001110001010011101101100000111100011000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716227; }

 p { color: rgb(113,98,39); }

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

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

 a { background-color: rgb(113,98,39); }

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

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

 span { border-color: rgb(113,98,39); }

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