#442F1E

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

Shades of Bistre #442F1E

Tints of Bistre #442F1E

Color information

#442F1E (or 0x442F1E) is unknown color: approx Bistre. HEX triplet: 44, 2F and 1E. RGB value is (68,47,30). Sum of RGB (Red+Green+Blue) = 68+47+30=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #442F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F1E is #BBD0E1. Grayscale: #333333. Windows color (decimal): -12308706 or 1978180. OLE color: 1978180.

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

Color convert

RGB684730-
CMYK00.310.560.73
HSL26.84º38.78%19.22%-
HSV(B)26.84º55.88%26.67%-
XYZ3.633.361.68-
YUV51.34115.96139.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 47 (18.75% from 255) = 32.41%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=46.90%
G=32.41%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68473000.310.560.7326.8438.7819.22
Hex442F1E01F38491b2713
Octal104573603770111334723
Binary10001001011111111001111111100010010011101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,47,30); }

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

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

 a { background-color: rgb(68,47,30); }

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

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

 span { border-color: rgb(68,47,30); }

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