#72601F

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

Shades of Himalaya #72601F

Tints of Himalaya #72601F

Color information

#72601F (or 0x72601F) is unknown color: approx Himalaya. HEX triplet: 72, 60 and 1F. RGB value is (114,96,31). Sum of RGB (Red+Green+Blue) = 114+96+31=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72601F is #8D9FE0. Grayscale: #5E5E5E. Windows color (decimal): -9281505 or 2056306. OLE color: 2056306.

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

Color convert

RGB1149631-
CMYK00.160.730.55
HSL46.99º57.24%28.43%-
HSV(B)46.99º72.81%44.71%-
XYZ11.3712.043.02-
YUV93.9792.46142.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 31 (12.5% from 255) = 12.86%
R=47.30%
G=39.83%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114963100.160.730.5546.9957.2428.43
Hex72601F01049372f391c
Octal1621403702011167577134
Binary1110010110000011111010000100100111011110111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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