#744840

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

Shades of Bole #744840

Tints of Bole #744840

Color information

#744840 (or 0x744840) is unknown color: approx Bole. HEX triplet: 74, 48 and 40. RGB value is (116,72,64). Sum of RGB (Red+Green+Blue) = 116+72+64=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #744840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744840 is #8BB7BF. Grayscale: #545454. Windows color (decimal): -9156544 or 4212852. OLE color: 4212852.

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

Color convert

RGB1167264-
CMYK00.380.450.55
HSL9.23º28.89%35.29%-
HSV(B)9.23º44.83%45.49%-
XYZ10.458.725.98-
YUV84.24116.58150.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=46.03%
G=28.57%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116726400.380.450.559.2328.8935.29
Hex7448400262D3791d23
Octal1641101000465567113543
Binary1110100100100010000000100110101101110111100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744840; }

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

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

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

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

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

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

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

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