#72652A

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

Shades of Himalaya #72652A

Tints of Himalaya #72652A

Color information

#72652A (or 0x72652A) is unknown color: approx Himalaya. HEX triplet: 72, 65 and 2A. RGB value is (114,101,42). Sum of RGB (Red+Green+Blue) = 114+101+42=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #72652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72652A is #8D9AD5. Grayscale: #626262. Windows color (decimal): -9280214 or 2778482. OLE color: 2778482.

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

Color convert

RGB11410142-
CMYK00.110.630.55
HSL49.17º46.15%30.59%-
HSV(B)49.17º63.16%44.71%-
XYZ12.0113.054.08-
YUV98.1696.31139.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.36%
GREEN value IS 101 (39.84% from 255) = 39.30%
BLUE value IS 42 (16.80% from 255) = 16.34%
R=44.36%
G=39.30%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141014200.110.630.5549.1746.1530.59
Hex72652A0B3F37312e1f
Octal162145520137767615637
Binary111001011001011010100101111111111011111000110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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