#73601F

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

Shades of Himalaya #73601F

Tints of Himalaya #73601F

Color information

#73601F (or 0x73601F) is unknown color: approx Himalaya. HEX triplet: 73, 60 and 1F. RGB value is (115,96,31). Sum of RGB (Red+Green+Blue) = 115+96+31=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73601F is #8C9FE0. Grayscale: #5E5E5E. Windows color (decimal): -9215969 or 2056307. OLE color: 2056307.

HSL color Cylindrical-coordinate representation of color #73601F: hue angle of 46.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73601F is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1159631-
CMYK00.170.730.55
HSL46.43º57.53%28.63%-
HSV(B)46.43º73.04%45.1%-
XYZ11.512.113.03-
YUV94.2792.29142.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.52%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 31 (12.5% from 255) = 12.81%
R=47.52%
G=39.67%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115963100.170.730.5546.4357.5328.63
Hex73601F01149372e3a1d
Octal1631403702111167567235
Binary1110011110000011111010001100100111011110111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73601F; }

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

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

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

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

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

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

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

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