#44290A

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

Shades of Bistre #44290A

Tints of Bistre #44290A

Color information

#44290A (or 0x44290A) is unknown color: approx Bistre. HEX triplet: 44, 29 and 0A. RGB value is (68,41,10). Sum of RGB (Red+Green+Blue) = 68+41+10=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #44290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44290A is #BBD6F5. Grayscale: #2D2D2D. Windows color (decimal): -12310262 or 665924. OLE color: 665924.

HSL color Cylindrical-coordinate representation of color #44290A: hue angle of 32.07º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44290A is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.73.

Color convert

RGB684110-
CMYK00.400.850.73
HSL32.07º74.36%15.29%-
HSV(B)32.07º85.29%26.67%-
XYZ3.232.840.66-
YUV45.54107.95144.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.14%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 10 (4.30% from 255) = 8.40%
R=57.14%
G=34.45%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68411000.400.850.7332.0774.3615.29
Hex4429A0285549204af
Octal10451120501251114011217
Binary1000100101001101001010001010101100100110000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44290A; }

 p { color: rgb(68,41,10); }

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

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

 a { background-color: rgb(68,41,10); }

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

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

 span { border-color: rgb(68,41,10); }

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