#72632A

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

Shades of Himalaya #72632A

Tints of Himalaya #72632A

Color information

#72632A (or 0x72632A) is unknown color: approx Himalaya. HEX triplet: 72, 63 and 2A. RGB value is (114,99,42). Sum of RGB (Red+Green+Blue) = 114+99+42=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72632A is #8D9CD5. Grayscale: #616161. Windows color (decimal): -9280726 or 2777970. OLE color: 2777970.

HSL color Cylindrical-coordinate representation of color #72632A: hue angle of 47.5º 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 #72632A is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1149942-
CMYK00.130.630.55
HSL47.5º46.15%30.59%-
HSV(B)47.5º63.16%44.71%-
XYZ11.8212.674.01-
YUV96.9996.97140.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=44.71%
G=38.82%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114994200.130.630.5547.546.1530.59
Hex72632A0D3F37302e1f
Octal162143520157767605637
Binary111001011000111010100110111111111011111000010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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