#7A6531

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

Shades of Himalaya #7A6531

Tints of Himalaya #7A6531

Color information

#7A6531 (or 0x7A6531) is unknown color: approx Himalaya. HEX triplet: 7A, 65 and 31. RGB value is (122,101,49). Sum of RGB (Red+Green+Blue) = 122+101+49=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6531 is #859ACE. Grayscale: #656565. Windows color (decimal): -8755919 or 3237242. OLE color: 3237242.

HSL color Cylindrical-coordinate representation of color #7A6531: hue angle of 42.74º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A6531 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB12210149-
CMYK00.170.600.52
HSL42.74º42.69%33.53%-
HSV(B)42.74º59.84%47.84%-
XYZ13.2313.674.85-
YUV101.3598.46142.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.85%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 49 (19.53% from 255) = 18.01%
R=44.85%
G=37.13%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221014900.170.600.5242.7442.6933.53
Hex7A65310113C342b2b22
Octal172145610217464535342
Binary11110101100101110001010001111100110100101011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A6531; }

 p { color: rgb(122,101,49); }

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

<style>
 a { background-color: #7A6531; }

 a { background-color: rgb(122,101,49); }

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

<style>
 span { border-color: #7A6531; }

 span { border-color: rgb(122,101,49); }

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