#746233

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

Shades of Himalaya #746233

Tints of Himalaya #746233

Color information

#746233 (or 0x746233) is unknown color: approx Himalaya. HEX triplet: 74, 62 and 33. RGB value is (116,98,51). Sum of RGB (Red+Green+Blue) = 116+98+51=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #746233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746233 is #8B9DCC. Grayscale: #626262. Windows color (decimal): -9149901 or 3367540. OLE color: 3367540.

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

Color convert

RGB1169851-
CMYK00.160.560.55
HSL43.38º38.92%32.75%-
HSV(B)43.38º56.03%45.49%-
XYZ12.1712.694.94-
YUV98.02101.46140.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 51 (20.31% from 255) = 19.25%
R=43.77%
G=36.98%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116985100.160.560.5543.3838.9232.75
Hex74623301038372b2721
Octal164142630207067534741
Binary11101001100010110011010000111000110111101011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746233; }

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

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

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

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

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

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

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

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