#746725

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

Shades of Himalaya #746725

Tints of Himalaya #746725

Color information

#746725 (or 0x746725) is unknown color: approx Himalaya. HEX triplet: 74, 67 and 25. RGB value is (116,103,37). Sum of RGB (Red+Green+Blue) = 116+103+37=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #746725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746725 is #8B98DA. Grayscale: #636363. Windows color (decimal): -9148635 or 2451316. OLE color: 2451316.

HSL color Cylindrical-coordinate representation of color #746725: hue angle of 50.13º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #746725 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB11610337-
CMYK00.110.680.55
HSL50.13º51.63%30%-
HSV(B)50.13º68.1%45.49%-
XYZ12.3913.553.71-
YUV99.3692.81139.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 103 (40.62% from 255) = 40.23%
BLUE value IS 37 (14.84% from 255) = 14.45%
R=45.31%
G=40.23%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161033700.110.680.5550.1351.6330
Hex7467250B443732341e
Octal1641474501310467626436
Binary1110100110011110010101011100010011011111001011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746725; }

 p { color: rgb(116,103,37); }

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

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

 a { background-color: rgb(116,103,37); }

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

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

 span { border-color: rgb(116,103,37); }

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