#7A6533

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

Shades of Himalaya #7A6533

Tints of Himalaya #7A6533

Color information

#7A6533 (or 0x7A6533) is unknown color: approx Himalaya. HEX triplet: 7A, 65 and 33. RGB value is (122,101,51). Sum of RGB (Red+Green+Blue) = 122+101+51=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6533 is #859ACC. Grayscale: #656565. Windows color (decimal): -8755917 or 3368314. OLE color: 3368314.

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

Color convert

RGB12210151-
CMYK00.170.580.52
HSL42.25º41.04%33.92%-
HSV(B)42.25º58.2%47.84%-
XYZ13.2813.685.07-
YUV101.5899.46142.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.53%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 51 (20.31% from 255) = 18.61%
R=44.53%
G=36.86%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221015100.170.580.5242.2541.0433.92
Hex7A65330113A342a2922
Octal172145630217264525142
Binary11110101100101110011010001111010110100101010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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