#442506

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

Shades of Bistre #442506

Tints of Bistre #442506

Color information

#442506 (or 0x442506) is unknown color: approx Bistre. HEX triplet: 44, 25 and 06. RGB value is (68,37,6). Sum of RGB (Red+Green+Blue) = 68+37+6=111 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.26% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 68 - color contains mainly: red. Hex color #442506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442506 is #BBDAF9. Grayscale: #2A2A2A. Windows color (decimal): -12311290 or 402756. OLE color: 402756.

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

Color convert

RGB68376-
CMYK00.460.910.73
HSL30º83.78%14.51%-
HSV(B)30º91.18%26.67%-
XYZ3.082.570.51-
YUV42.74107.27146.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.26%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=61.26%
G=33.33%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6837600.460.910.733083.7814.51
Hex4425602E5B491e54f
Octal1044560561331113612417
Binary10001001001011100101110101101110010011111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442506; }

 p { color: rgb(68,37,6); }

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

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

 a { background-color: rgb(68,37,6); }

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

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

 span { border-color: rgb(68,37,6); }

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