#796530

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

Shades of Himalaya #796530

Tints of Himalaya #796530

Color information

#796530 (or 0x796530) is unknown color: approx Himalaya. HEX triplet: 79, 65 and 30. RGB value is (121,101,48). Sum of RGB (Red+Green+Blue) = 121+101+48=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #796530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796530 is #869ACF. Grayscale: #656565. Windows color (decimal): -8821456 or 3171705. OLE color: 3171705.

HSL color Cylindrical-coordinate representation of color #796530: hue angle of 43.56º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #796530 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB12110148-
CMYK00.170.600.53
HSL43.56º43.2%33.14%-
HSV(B)43.56º60.33%47.45%-
XYZ13.0713.594.73-
YUV100.9498.13142.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.81%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=44.81%
G=37.41%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211014800.170.600.5343.5643.233.14
Hex7965300113C352c2b21
Octal171145600217465545341
Binary11110011100101110000010001111100110101101100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796530; }

 p { color: rgb(121,101,48); }

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

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

 a { background-color: rgb(121,101,48); }

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

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

 span { border-color: rgb(121,101,48); }

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