#744B42

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

Shades of Bole #744B42

Tints of Bole #744B42

Color information

#744B42 (or 0x744B42) is unknown color: approx Bole. HEX triplet: 74, 4B and 42. RGB value is (116,75,66). Sum of RGB (Red+Green+Blue) = 116+75+66=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #744B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744B42 is #8BB4BD. Grayscale: #565656. Windows color (decimal): -9155774 or 4344692. OLE color: 4344692.

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

Color convert

RGB1167566-
CMYK00.350.430.55
HSL10.8º27.47%35.69%-
HSV(B)10.8º43.1%45.49%-
XYZ10.79.146.35-
YUV86.23116.58149.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=45.14%
G=29.18%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116756600.350.430.5510.827.4735.69
Hex744B420232B37b1b24
Octal1641131020435367133344
Binary1110100100101110000100100011101011110111101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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