#745F21

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

Shades of Himalaya #745F21

Tints of Himalaya #745F21

Color information

#745F21 (or 0x745F21) is unknown color: approx Himalaya. HEX triplet: 74, 5F and 21. RGB value is (116,95,33). Sum of RGB (Red+Green+Blue) = 116+95+33=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #745F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F21 is #8BA0DE. Grayscale: #5E5E5E. Windows color (decimal): -9150687 or 2187124. OLE color: 2187124.

HSL color Cylindrical-coordinate representation of color #745F21: hue angle of 44.82º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #745F21 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1169533-
CMYK00.180.720.55
HSL44.82º55.7%29.22%-
HSV(B)44.82º71.55%45.49%-
XYZ11.5712.013.15-
YUV94.2193.46143.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 33 (13.28% from 255) = 13.52%
R=47.54%
G=38.93%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116953300.180.720.5544.8255.729.22
Hex745F2101248372d381d
Octal1641374102211067557035
Binary11101001011111100001010010100100011011110110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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