#442817

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

Shades of Bistre #442817

Tints of Bistre #442817

Color information

#442817 (or 0x442817) is unknown color: approx Bistre. HEX triplet: 44, 28 and 17. RGB value is (68,40,23). Sum of RGB (Red+Green+Blue) = 68+40+23=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #442817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442817 is #BBD7E8. Grayscale: #2E2E2E. Windows color (decimal): -12310505 or 1517636. OLE color: 1517636.

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

Color convert

RGB684023-
CMYK00.410.660.73
HSL22.67º49.45%17.84%-
HSV(B)22.67º66.18%26.67%-
XYZ3.32.811.18-
YUV46.43114.78143.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.91%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 23 (9.38% from 255) = 17.56%
R=51.91%
G=30.53%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68402300.410.660.7322.6749.4517.84
Hex4428170294249173112
Octal1045027051102111276122
Binary1000100101000101110101001100001010010011011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442817; }

 p { color: rgb(68,40,23); }

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

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

 a { background-color: rgb(68,40,23); }

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

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

 span { border-color: rgb(68,40,23); }

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