#442918

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

Shades of Bistre #442918

Tints of Bistre #442918

Color information

#442918 (or 0x442918) is unknown color: approx Bistre. HEX triplet: 44, 29 and 18. RGB value is (68,41,24). Sum of RGB (Red+Green+Blue) = 68+41+24=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #442918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442918 is #BBD6E7. Grayscale: #2F2F2F. Windows color (decimal): -12310248 or 1583428. OLE color: 1583428.

HSL color Cylindrical-coordinate representation of color #442918: hue angle of 23.18º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #442918 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB684124-
CMYK00.400.650.73
HSL23.18º47.83%18.04%-
HSV(B)23.18º64.71%26.67%-
XYZ3.342.881.24-
YUV47.14114.95142.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=51.13%
G=30.83%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68412400.400.650.7323.1847.8318.04
Hex4429180284149173012
Octal1045130050101111276022
Binary1000100101001110000101000100000110010011011111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442918; }

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

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

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

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

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

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

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

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