#72601D

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

Shades of Himalaya #72601D

Tints of Himalaya #72601D

Color information

#72601D (or 0x72601D) is unknown color: approx Himalaya. HEX triplet: 72, 60 and 1D. RGB value is (114,96,29). Sum of RGB (Red+Green+Blue) = 114+96+29=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #72601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72601D is #8D9FE2. Grayscale: #5E5E5E. Windows color (decimal): -9281507 or 1925234. OLE color: 1925234.

HSL color Cylindrical-coordinate representation of color #72601D: hue angle of 47.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72601D is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1149629-
CMYK00.160.750.55
HSL47.29º59.44%28.04%-
HSV(B)47.29º74.56%44.71%-
XYZ11.3412.032.89-
YUV93.7491.46142.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 29 (11.72% from 255) = 12.13%
R=47.70%
G=40.17%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114962900.160.750.5547.2959.4428.04
Hex72601D0104B372f3b1c
Octal1621403502011367577334
Binary1110010110000011101010000100101111011110111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,96,29); }

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

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

 a { background-color: rgb(114,96,29); }

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

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

 span { border-color: rgb(114,96,29); }

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