#744040

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

Shades of Bole #744040

Tints of Bole #744040

Color information

#744040 (or 0x744040) is unknown color: approx Bole. HEX triplet: 74, 40 and 40. RGB value is (116,64,64). Sum of RGB (Red+Green+Blue) = 116+64+64=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #744040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744040 is #8BBFBF. Grayscale: #4F4F4F. Windows color (decimal): -9158592 or 4210804. OLE color: 4210804.

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

Color convert

RGB1166464-
CMYK00.450.450.55
HSL28.89%35.29%-
HSV(B)44.83%45.49%-
XYZ9.967.755.82-
YUV79.55119.23154-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 64 (25.39% from 255) = 26.23%
R=47.54%
G=26.23%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116646400.450.450.55028.8935.29
Hex74404002D2D3701d23
Octal164100100055556703543
Binary1110100100000010000000101101101101110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744040; }

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

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

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

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

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

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

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

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