#44240B

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

Shades of Bistre #44240B

Tints of Bistre #44240B

Color information

#44240B (or 0x44240B) is unknown color: approx Bistre. HEX triplet: 44, 24 and 0B. RGB value is (68,36,11). Sum of RGB (Red+Green+Blue) = 68+36+11=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #44240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44240B is #BBDBF4. Grayscale: #2A2A2A. Windows color (decimal): -12311541 or 730180. OLE color: 730180.

HSL color Cylindrical-coordinate representation of color #44240B: hue angle of 26.32º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44240B is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB683611-
CMYK00.470.840.73
HSL26.32º72.15%15.49%-
HSV(B)26.32º83.82%26.67%-
XYZ3.082.510.64-
YUV42.72110.1146.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=59.13%
G=31.30%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68361100.470.840.7326.3272.1515.49
Hex4424B02F54491a48f
Octal10444130571241113211017
Binary100010010010010110101111101010010010011101010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44240B; }

 p { color: rgb(68,36,11); }

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

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

 a { background-color: rgb(68,36,11); }

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

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

 span { border-color: rgb(68,36,11); }

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