#745D31

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

Shades of Himalaya #745D31

Tints of Himalaya #745D31

Color information

#745D31 (or 0x745D31) is unknown color: approx Himalaya. HEX triplet: 74, 5D and 31. RGB value is (116,93,49). Sum of RGB (Red+Green+Blue) = 116+93+49=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #745D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D31 is #8BA2CE. Grayscale: #5F5F5F. Windows color (decimal): -9151183 or 3235188. OLE color: 3235188.

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

Color convert

RGB1169349-
CMYK00.200.580.55
HSL39.4º40.61%32.35%-
HSV(B)39.4º57.76%45.49%-
XYZ11.6711.764.56-
YUV94.86102.12143.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 93 (36.72% from 255) = 36.05%
BLUE value IS 49 (19.53% from 255) = 18.99%
R=44.96%
G=36.05%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116934900.200.580.5539.440.6132.35
Hex745D310143A37272920
Octal164135610247267475140
Binary11101001011101110001010100111010110111100111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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