#7A6031

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

Shades of Himalaya #7A6031

Tints of Himalaya #7A6031

Color information

#7A6031 (or 0x7A6031) is unknown color: approx Himalaya. HEX triplet: 7A, 60 and 31. RGB value is (122,96,49). Sum of RGB (Red+Green+Blue) = 122+96+49=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6031 is #859FCE. Grayscale: #626262. Windows color (decimal): -8757199 or 3235962. OLE color: 3235962.

HSL color Cylindrical-coordinate representation of color #7A6031: hue angle of 38.63º 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 #7A6031 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB1229649-
CMYK00.210.600.52
HSL38.63º42.69%33.53%-
HSV(B)38.63º59.84%47.84%-
XYZ12.7612.734.69-
YUV98.42100.11144.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.69%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=45.69%
G=35.96%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122964900.210.600.5238.6342.6933.53
Hex7A60310153C34272b22
Octal172140610257464475342
Binary11110101100000110001010101111100110100100111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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