#442C13

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

Shades of Bistre #442C13

Tints of Bistre #442C13

Color information

#442C13 (or 0x442C13) is unknown color: approx Bistre. HEX triplet: 44, 2C and 13. RGB value is (68,44,19). Sum of RGB (Red+Green+Blue) = 68+44+19=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #442C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442C13 is #BBD3EC. Grayscale: #303030. Windows color (decimal): -12309485 or 1256516. OLE color: 1256516.

HSL color Cylindrical-coordinate representation of color #442C13: hue angle of 30.61º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442C13 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB684419-
CMYK00.350.720.73
HSL30.61º56.32%17.06%-
HSV(B)30.61º72.06%26.67%-
XYZ3.43.081.03-
YUV48.33111.45142.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.91%
GREEN value IS 44 (17.58% from 255) = 33.59%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=51.91%
G=33.59%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68441900.350.720.7330.6156.3217.06
Hex442C1302348491f3811
Octal1045423043110111377021
Binary1000100101100100110100011100100010010011111111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,44,19); }

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

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

 a { background-color: rgb(68,44,19); }

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

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

 span { border-color: rgb(68,44,19); }

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