#736320

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

Shades of Himalaya #736320

Tints of Himalaya #736320

Color information

#736320 (or 0x736320) is unknown color: approx Himalaya. HEX triplet: 73, 63 and 20. RGB value is (115,99,32). Sum of RGB (Red+Green+Blue) = 115+99+32=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #736320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736320 is #8C9CDF. Grayscale: #606060. Windows color (decimal): -9215200 or 2122611. OLE color: 2122611.

HSL color Cylindrical-coordinate representation of color #736320: hue angle of 48.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #736320 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1159932-
CMYK00.140.720.55
HSL48.43º56.46%28.82%-
HSV(B)48.43º72.17%45.1%-
XYZ11.7912.673.19-
YUV96.1591.8141.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 32 (12.89% from 255) = 13.01%
R=46.75%
G=40.24%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115993200.140.720.5548.4356.4628.82
Hex7363200E483730381d
Octal1631434001611067607035
Binary1110011110001110000001110100100011011111000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736320; }

 p { color: rgb(115,99,32); }

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

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

 a { background-color: rgb(115,99,32); }

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

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

 span { border-color: rgb(115,99,32); }

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