#744740

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

Shades of Bole #744740

Tints of Bole #744740

Color information

#744740 (or 0x744740) is unknown color: approx Bole. HEX triplet: 74, 47 and 40. RGB value is (116,71,64). Sum of RGB (Red+Green+Blue) = 116+71+64=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #744740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744740 is #8BB8BF. Grayscale: #535353. Windows color (decimal): -9156800 or 4212596. OLE color: 4212596.

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

Color convert

RGB1167164-
CMYK00.390.450.55
HSL8.08º28.89%35.29%-
HSV(B)8.08º44.83%45.49%-
XYZ10.388.595.96-
YUV83.66116.91151.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=46.22%
G=28.29%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116716400.390.450.558.0828.8935.29
Hex7447400272D3781d23
Octal1641071000475567103543
Binary1110100100011110000000100111101101110111100011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744740; }

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

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

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

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

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

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

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

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