#716323

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

Shades of Himalaya #716323

Tints of Himalaya #716323

Color information

#716323 (or 0x716323) is unknown color: approx Himalaya. HEX triplet: 71, 63 and 23. RGB value is (113,99,35). Sum of RGB (Red+Green+Blue) = 113+99+35=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #716323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716323 is #8E9CDC. Grayscale: #606060. Windows color (decimal): -9346269 or 2319217. OLE color: 2319217.

HSL color Cylindrical-coordinate representation of color #716323: hue angle of 49.23º 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 #716323 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB1139935-
CMYK00.120.690.56
HSL49.23º52.7%29.02%-
HSV(B)49.23º69.03%44.31%-
XYZ11.5812.563.4-
YUV95.8993.64140.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 99 (39.06% from 255) = 40.08%
BLUE value IS 35 (14.06% from 255) = 14.17%
R=45.75%
G=40.08%
B=14.17%

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
Decimal113993500.120.690.5649.2352.729.02
Hex7163230C453831351d
Octal1611434301410570616535
Binary1110001110001110001101100100010111100011000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716323; }

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

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

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

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

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

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

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

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