#746328

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

Shades of Himalaya #746328

Tints of Himalaya #746328

Color information

#746328 (or 0x746328) is unknown color: approx Himalaya. HEX triplet: 74, 63 and 28. RGB value is (116,99,40). Sum of RGB (Red+Green+Blue) = 116+99+40=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #746328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746328 is #8B9CD7. Grayscale: #616161. Windows color (decimal): -9149656 or 2646900. OLE color: 2646900.

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

Color convert

RGB1169940-
CMYK00.150.660.55
HSL46.58º48.72%30.59%-
HSV(B)46.58º65.52%45.49%-
XYZ12.0512.793.84-
YUV97.3695.63141.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=45.49%
G=38.82%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116994000.150.660.5546.5848.7230.59
Hex7463280F42372f311f
Octal1641435001710267576137
Binary1110100110001110100001111100001011011110111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746328; }

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

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

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

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

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

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

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

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