#73602D

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

Shades of Himalaya #73602D

Tints of Himalaya #73602D

Color information

#73602D (or 0x73602D) is unknown color: approx Himalaya. HEX triplet: 73, 60 and 2D. RGB value is (115,96,45). Sum of RGB (Red+Green+Blue) = 115+96+45=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73602D is #8C9FD2. Grayscale: #606060. Windows color (decimal): -9215955 or 2973811. OLE color: 2973811.

HSL color Cylindrical-coordinate representation of color #73602D: hue angle of 43.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73602D is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1159645-
CMYK00.170.610.55
HSL43.71º43.75%31.37%-
HSV(B)43.71º60.87%45.1%-
XYZ11.7312.24.22-
YUV95.8799.29141.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 45 (17.97% from 255) = 17.58%
R=44.92%
G=37.5%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115964500.170.610.5543.7143.7531.37
Hex73602D0113D372c2c1f
Octal163140550217567545437
Binary1110011110000010110101000111110111011110110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73602D; }

 p { color: rgb(115,96,45); }

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

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

 a { background-color: rgb(115,96,45); }

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

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

 span { border-color: rgb(115,96,45); }

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