#442B13

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

Shades of Bistre #442B13

Tints of Bistre #442B13

Color information

#442B13 (or 0x442B13) is unknown color: approx Bistre. HEX triplet: 44, 2B and 13. RGB value is (68,43,19). Sum of RGB (Red+Green+Blue) = 68+43+19=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #442B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442B13 is #BBD4EC. Grayscale: #2F2F2F. Windows color (decimal): -12309741 or 1256260. OLE color: 1256260.

HSL color Cylindrical-coordinate representation of color #442B13: hue angle of 29.39º 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 #442B13 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB684319-
CMYK00.370.720.73
HSL29.39º56.32%17.06%-
HSV(B)29.39º72.06%26.67%-
XYZ3.3731.02-
YUV47.74111.78142.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.31%
GREEN value IS 43 (17.19% from 255) = 33.08%
BLUE value IS 19 (7.81% from 255) = 14.62%
R=52.31%
G=33.08%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68431900.370.720.7329.3956.3217.06
Hex442B1302548491d3811
Octal1045323045110111357021
Binary1000100101011100110100101100100010010011110111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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