#716423

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

Shades of Himalaya #716423

Tints of Himalaya #716423

Color information

#716423 (or 0x716423) is unknown color: approx Himalaya. HEX triplet: 71, 64 and 23. RGB value is (113,100,35). Sum of RGB (Red+Green+Blue) = 113+100+35=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #716423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716423 is #8E9BDC. Grayscale: #606060. Windows color (decimal): -9346013 or 2319473. OLE color: 2319473.

HSL color Cylindrical-coordinate representation of color #716423: hue angle of 50º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #716423 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB11310035-
CMYK00.120.690.56
HSL50º52.7%29.02%-
HSV(B)50º69.03%44.31%-
XYZ11.6712.753.44-
YUV96.4893.31139.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 35 (14.06% from 255) = 14.11%
R=45.56%
G=40.32%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131003500.120.690.565052.729.02
Hex7164230C453832351d
Octal1611444301410570626535
Binary1110001110010010001101100100010111100011001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716423; }

 p { color: rgb(113,100,35); }

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

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

 a { background-color: rgb(113,100,35); }

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

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

 span { border-color: rgb(113,100,35); }

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