#442B06

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

Shades of Bistre #442B06

Tints of Bistre #442B06

Color information

#442B06 (or 0x442B06) is unknown color: approx Bistre. HEX triplet: 44, 2B and 06. RGB value is (68,43,6). Sum of RGB (Red+Green+Blue) = 68+43+6=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #442B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442B06 is #BBD4F9. Grayscale: #2E2E2E. Windows color (decimal): -12309754 or 404292. OLE color: 404292.

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

Color convert

RGB68436-
CMYK00.370.910.73
HSL35.81º83.78%14.51%-
HSV(B)35.81º91.18%26.67%-
XYZ3.282.970.57-
YUV46.26105.28143.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.12%
GREEN value IS 43 (17.19% from 255) = 36.75%
BLUE value IS 6 (2.73% from 255) = 5.13%
R=58.12%
G=36.75%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6843600.370.910.7335.8183.7814.51
Hex442B60255B492454f
Octal1045360451331114412417
Binary100010010101111001001011011011100100110010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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