#442E17

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

Shades of Bistre #442E17

Tints of Bistre #442E17

Color information

#442E17 (or 0x442E17) is unknown color: approx Bistre. HEX triplet: 44, 2E and 17. RGB value is (68,46,23). Sum of RGB (Red+Green+Blue) = 68+46+23=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 23 (9.38% from 255 or 16.79% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #442E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442E17 is #BBD1E8. Grayscale: #323232. Windows color (decimal): -12308969 or 1519172. OLE color: 1519172.

HSL color Cylindrical-coordinate representation of color #442E17: hue angle of 30.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 #442E17 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB684623-
CMYK00.320.660.73
HSL30.67º49.45%17.84%-
HSV(B)30.67º66.18%26.67%-
XYZ3.523.241.25-
YUV49.96112.79140.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.64%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 23 (9.38% from 255) = 16.79%
R=49.64%
G=33.58%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68462300.320.660.7330.6749.4517.84
Hex442E1702042491f3112
Octal1045627040102111376122
Binary1000100101110101110100000100001010010011111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442E17; }

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

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

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

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

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

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

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

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