#745F23

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

Shades of Himalaya #745F23

Tints of Himalaya #745F23

Color information

#745F23 (or 0x745F23) is unknown color: approx Himalaya. HEX triplet: 74, 5F and 23. RGB value is (116,95,35). Sum of RGB (Red+Green+Blue) = 116+95+35=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #745F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F23 is #8BA0DC. Grayscale: #5E5E5E. Windows color (decimal): -9150685 or 2318196. OLE color: 2318196.

HSL color Cylindrical-coordinate representation of color #745F23: hue angle of 44.44º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #745F23 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1169535-
CMYK00.180.700.55
HSL44.44º53.64%29.61%-
HSV(B)44.44º69.83%45.49%-
XYZ11.612.023.3-
YUV94.4494.46143.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 95 (37.5% from 255) = 38.62%
BLUE value IS 35 (14.06% from 255) = 14.23%
R=47.15%
G=38.62%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116953500.180.700.5544.4453.6429.61
Hex745F2301246372c361e
Octal1641374302210667546636
Binary11101001011111100011010010100011011011110110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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