#746231

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

Shades of Himalaya #746231

Tints of Himalaya #746231

Color information

#746231 (or 0x746231) is unknown color: approx Himalaya. HEX triplet: 74, 62 and 31. RGB value is (116,98,49). Sum of RGB (Red+Green+Blue) = 116+98+49=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #746231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746231 is #8B9DCE. Grayscale: #626262. Windows color (decimal): -9149903 or 3236468. OLE color: 3236468.

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

Color convert

RGB1169849-
CMYK00.160.580.55
HSL43.88º40.61%32.35%-
HSV(B)43.88º57.76%45.49%-
XYZ12.1212.674.71-
YUV97.8100.46140.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 49 (19.53% from 255) = 18.63%
R=44.11%
G=37.26%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116984900.160.580.5543.8840.6132.35
Hex7462310103A372c2920
Octal164142610207267545140
Binary11101001100010110001010000111010110111101100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746231; }

 p { color: rgb(116,98,49); }

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

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

 a { background-color: rgb(116,98,49); }

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

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

 span { border-color: rgb(116,98,49); }

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