#442611

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

Shades of Bistre #442611

Tints of Bistre #442611

Color information

#442611 (or 0x442611) is unknown color: approx Bistre. HEX triplet: 44, 26 and 11. RGB value is (68,38,17). Sum of RGB (Red+Green+Blue) = 68+38+17=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #442611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442611 is #BBD9EE. Grayscale: #2C2C2C. Windows color (decimal): -12311023 or 1123908. OLE color: 1123908.

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

Color convert

RGB683817-
CMYK00.440.750.73
HSL24.71º60%16.67%-
HSV(B)24.71º75%26.67%-
XYZ3.182.660.88-
YUV44.58112.44144.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.28%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=55.28%
G=30.89%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68381700.440.750.7324.716016.67
Hex44261102C4B49193c11
Octal1044621054113111317421
Binary1000100100110100010101100100101110010011100111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442611; }

 p { color: rgb(68,38,17); }

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

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

 a { background-color: rgb(68,38,17); }

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

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

 span { border-color: rgb(68,38,17); }

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