#744641

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

Shades of Bole #744641

Tints of Bole #744641

Color information

#744641 (or 0x744641) is unknown color: approx Bole. HEX triplet: 74, 46 and 41. RGB value is (116,70,65). Sum of RGB (Red+Green+Blue) = 116+70+65=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #744641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744641 is #8BB9BE. Grayscale: #535353. Windows color (decimal): -9157055 or 4277876. OLE color: 4277876.

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

Color convert

RGB1167065-
CMYK00.400.440.55
HSL5.88º28.18%35.49%-
HSV(B)5.88º43.97%45.49%-
XYZ10.358.476.09-
YUV83.18117.74151.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 70 (27.73% from 255) = 27.89%
BLUE value IS 65 (25.78% from 255) = 25.90%
R=46.22%
G=27.89%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116706500.400.440.555.8828.1835.49
Hex7446410282C3761c23
Octal164106101050546763443
Binary111010010001101000001010100010110011011111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744641; }

 p { color: rgb(116,70,65); }

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

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

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

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

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

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

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