#442C0B

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

Shades of Bistre #442C0B

Tints of Bistre #442C0B

Color information

#442C0B (or 0x442C0B) is unknown color: approx Bistre. HEX triplet: 44, 2C and 0B. RGB value is (68,44,11). Sum of RGB (Red+Green+Blue) = 68+44+11=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #442C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442C0B is #BBD3F4. Grayscale: #2F2F2F. Windows color (decimal): -12309493 or 732228. OLE color: 732228.

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

Color convert

RGB684411-
CMYK00.350.840.73
HSL34.74º72.15%15.49%-
HSV(B)34.74º83.82%26.67%-
XYZ3.343.050.73-
YUV47.41107.45142.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.28%
GREEN value IS 44 (17.58% from 255) = 35.77%
BLUE value IS 11 (4.69% from 255) = 8.94%
R=55.28%
G=35.77%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68441100.350.840.7334.7472.1515.49
Hex442CB02354492348f
Octal10454130431241114311017
Binary1000100101100101101000111010100100100110001110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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