#442B07

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

Shades of Bistre #442B07

Tints of Bistre #442B07

Color information

#442B07 (or 0x442B07) is unknown color: approx Bistre. HEX triplet: 44, 2B and 07. RGB value is (68,43,7). Sum of RGB (Red+Green+Blue) = 68+43+7=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #442B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442B07 is #BBD4F8. Grayscale: #2E2E2E. Windows color (decimal): -12309753 or 469828. OLE color: 469828.

HSL color Cylindrical-coordinate representation of color #442B07: hue angle of 35.41º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #442B07 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB68437-
CMYK00.370.900.73
HSL35.41º81.33%14.71%-
HSV(B)35.41º89.71%26.67%-
XYZ3.292.970.6-
YUV46.37105.78143.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.63%
GREEN value IS 43 (17.19% from 255) = 36.44%
BLUE value IS 7 (3.12% from 255) = 5.93%
R=57.63%
G=36.44%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6843700.370.900.7335.4181.3314.71
Hex442B70255A492351f
Octal1045370451321114312117
Binary100010010101111101001011011010100100110001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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