#744439

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

Shades of Bole #744439

Tints of Bole #744439

Color information

#744439 (or 0x744439) is unknown color: approx Bole. HEX triplet: 74, 44 and 39. RGB value is (116,68,57). Sum of RGB (Red+Green+Blue) = 116+68+57=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #744439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744439 is #8BBBC6. Grayscale: #515151. Windows color (decimal): -9157575 or 3753076. OLE color: 3753076.

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

Color convert

RGB1166857-
CMYK00.410.510.55
HSL11.19º34.1%33.92%-
HSV(B)11.19º50.86%45.49%-
XYZ10.018.144.92-
YUV81.1114.4152.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=48.13%
G=28.22%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116685700.410.510.5511.1934.133.92
Hex7444390293337b2222
Octal164104710516367134242
Binary1110100100010011100101010011100111101111011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744439; }

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

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

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

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

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

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

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

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