#746330

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

Shades of Himalaya #746330

Tints of Himalaya #746330

Color information

#746330 (or 0x746330) is unknown color: approx Himalaya. HEX triplet: 74, 63 and 30. RGB value is (116,99,48). Sum of RGB (Red+Green+Blue) = 116+99+48=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #746330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746330 is #8B9CCF. Grayscale: #626262. Windows color (decimal): -9149648 or 3171188. OLE color: 3171188.

HSL color Cylindrical-coordinate representation of color #746330: hue angle of 45º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #746330 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1169948-
CMYK00.150.590.55
HSL45º41.46%32.16%-
HSV(B)45º58.62%45.49%-
XYZ12.212.854.63-
YUV98.2799.63140.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 99 (39.06% from 255) = 37.64%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=44.11%
G=37.64%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116994800.150.590.554541.4632.16
Hex7463300F3B372d2920
Octal164143600177367555140
Binary1110100110001111000001111111011110111101101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746330; }

 p { color: rgb(116,99,48); }

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

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

 a { background-color: rgb(116,99,48); }

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

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

 span { border-color: rgb(116,99,48); }

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