#745F31

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

Shades of Himalaya #745F31

Tints of Himalaya #745F31

Color information

#745F31 (or 0x745F31) is unknown color: approx Himalaya. HEX triplet: 74, 5F and 31. RGB value is (116,95,49). Sum of RGB (Red+Green+Blue) = 116+95+49=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #745F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F31 is #8BA0CE. Grayscale: #606060. Windows color (decimal): -9150671 or 3235700. OLE color: 3235700.

HSL color Cylindrical-coordinate representation of color #745F31: hue angle of 41.19º 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 #745F31 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1169549-
CMYK00.180.580.55
HSL41.19º40.61%32.35%-
HSV(B)41.19º57.76%45.49%-
XYZ11.8512.124.62-
YUV96.03101.46142.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 95 (37.5% from 255) = 36.54%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=44.62%
G=36.54%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116954900.180.580.5541.1940.6132.35
Hex745F310123A37292920
Octal164137610227267515140
Binary11101001011111110001010010111010110111101001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745F31; }

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

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

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

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

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

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

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

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