#746030

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

Shades of Himalaya #746030

Tints of Himalaya #746030

Color information

#746030 (or 0x746030) is unknown color: approx Himalaya. HEX triplet: 74, 60 and 30. RGB value is (116,96,48). Sum of RGB (Red+Green+Blue) = 116+96+48=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #746030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746030 is #8B9FCF. Grayscale: #606060. Windows color (decimal): -9150416 or 3170420. OLE color: 3170420.

HSL color Cylindrical-coordinate representation of color #746030: hue angle of 42.35º 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 #746030 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1169648-
CMYK00.170.590.55
HSL42.35º41.46%32.16%-
HSV(B)42.35º58.62%45.49%-
XYZ11.9212.294.54-
YUV96.51100.63141.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 48 (19.14% from 255) = 18.46%
R=44.62%
G=36.92%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116964800.170.590.5542.3541.4632.16
Hex7460300113B372a2920
Octal164140600217367525140
Binary11101001100000110000010001111011110111101010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746030; }

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

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

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

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

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

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

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

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