#442914

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

Shades of Bistre #442914

Tints of Bistre #442914

Color information

#442914 (or 0x442914) is unknown color: approx Bistre. HEX triplet: 44, 29 and 14. RGB value is (68,41,20). Sum of RGB (Red+Green+Blue) = 68+41+20=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #442914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442914 is #BBD6EB. Grayscale: #2E2E2E. Windows color (decimal): -12310252 or 1321284. OLE color: 1321284.

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

Color convert

RGB684120-
CMYK00.400.710.73
HSL26.25º54.55%17.25%-
HSV(B)26.25º70.59%26.67%-
XYZ3.32.871.04-
YUV46.68112.95143.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.71%
GREEN value IS 41 (16.41% from 255) = 31.78%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=52.71%
G=31.78%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68412000.400.710.7326.2554.5517.25
Hex44291402847491a3711
Octal1045124050107111326721
Binary1000100101001101000101000100011110010011101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442914; }

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

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

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

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

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

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

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

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