#744844

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

Shades of Bole #744844

Tints of Bole #744844

Color information

#744844 (or 0x744844) is unknown color: approx Bole. HEX triplet: 74, 48 and 44. RGB value is (116,72,68). Sum of RGB (Red+Green+Blue) = 116+72+68=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #744844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744844 is #8BB7BB. Grayscale: #545454. Windows color (decimal): -9156540 or 4474996. OLE color: 4474996.

HSL color Cylindrical-coordinate representation of color #744844: hue angle of 5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #744844 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1167268-
CMYK00.380.410.55
HSL26.09%36.08%-
HSV(B)41.38%45.49%-
XYZ10.568.776.6-
YUV84.7118.58150.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 68 (26.95% from 255) = 26.56%
R=45.31%
G=28.12%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116726800.380.410.55526.0936.08
Hex744844026293751a24
Octal164110104046516753244
Binary111010010010001000100010011010100111011110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744844; }

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

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

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

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

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

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

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

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