#744B41

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

Shades of Bole #744B41

Tints of Bole #744B41

Color information

#744B41 (or 0x744B41) is unknown color: approx Bole. HEX triplet: 74, 4B and 41. RGB value is (116,75,65). Sum of RGB (Red+Green+Blue) = 116+75+65=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #744B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744B41 is #8BB4BE. Grayscale: #565656. Windows color (decimal): -9155775 or 4279156. OLE color: 4279156.

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

Color convert

RGB1167565-
CMYK00.350.440.55
HSL11.76º28.18%35.49%-
HSV(B)11.76º43.97%45.49%-
XYZ10.679.136.2-
YUV86.12116.08149.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 65 (25.78% from 255) = 25.39%
R=45.31%
G=29.30%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116756500.350.440.5511.7628.1835.49
Hex744B410232C37c1c23
Octal1641131010435467143443
Binary1110100100101110000010100011101100110111110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744B41; }

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

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

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

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

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

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

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

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