#72622A

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

Shades of Himalaya #72622A

Tints of Himalaya #72622A

Color information

#72622A (or 0x72622A) is unknown color: approx Himalaya. HEX triplet: 72, 62 and 2A. RGB value is (114,98,42). Sum of RGB (Red+Green+Blue) = 114+98+42=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #72622A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72622A is #8D9DD5. Grayscale: #606060. Windows color (decimal): -9280982 or 2777714. OLE color: 2777714.

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

Color convert

RGB1149842-
CMYK00.140.630.55
HSL46.67º46.15%30.59%-
HSV(B)46.67º63.16%44.71%-
XYZ11.7312.483.98-
YUV96.497.3140.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 42 (16.80% from 255) = 16.54%
R=44.88%
G=38.58%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114984200.140.630.5546.6746.1530.59
Hex72622A0E3F372f2e1f
Octal162142520167767575637
Binary111001011000101010100111011111111011110111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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