#744940

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

Shades of Bole #744940

Tints of Bole #744940

Color information

#744940 (or 0x744940) is unknown color: approx Bole. HEX triplet: 74, 49 and 40. RGB value is (116,73,64). Sum of RGB (Red+Green+Blue) = 116+73+64=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #744940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744940 is #8BB6BF. Grayscale: #545454. Windows color (decimal): -9156288 or 4213108. OLE color: 4213108.

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

Color convert

RGB1167364-
CMYK00.370.450.55
HSL10.38º28.89%35.29%-
HSV(B)10.38º44.83%45.49%-
XYZ10.518.856-
YUV84.83116.25150.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 64 (25.39% from 255) = 25.30%
R=45.85%
G=28.85%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116736400.370.450.5510.3828.8935.29
Hex7449400252D37a1d23
Octal1641111000455567123543
Binary1110100100100110000000100101101101110111101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744940; }

 p { color: rgb(116,73,64); }

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

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

 a { background-color: rgb(116,73,64); }

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

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

 span { border-color: rgb(116,73,64); }

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