#72652F

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

Shades of Himalaya #72652F

Tints of Himalaya #72652F

Color information

#72652F (or 0x72652F) is unknown color: approx Himalaya. HEX triplet: 72, 65 and 2F. RGB value is (114,101,47). Sum of RGB (Red+Green+Blue) = 114+101+47=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72652F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72652F is #8D9AD0. Grayscale: #626262. Windows color (decimal): -9280209 or 3106162. OLE color: 3106162.

HSL color Cylindrical-coordinate representation of color #72652F: hue angle of 48.36º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72652F is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB11410147-
CMYK00.110.590.55
HSL48.36º41.61%31.57%-
HSV(B)48.36º58.77%44.71%-
XYZ12.1113.094.58-
YUV98.7398.81138.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 101 (39.84% from 255) = 38.55%
BLUE value IS 47 (18.75% from 255) = 17.94%
R=43.51%
G=38.55%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141014700.110.590.5548.3641.6131.57
Hex72652F0B3B37302a20
Octal162145570137367605240
Binary1110010110010110111101011111011110111110000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,101,47); }

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

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

 a { background-color: rgb(114,101,47); }

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

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

 span { border-color: rgb(114,101,47); }

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