#442705

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

Shades of Bistre #442705

Tints of Bistre #442705

Color information

#442705 (or 0x442705) is unknown color: approx Bistre. HEX triplet: 44, 27 and 05. RGB value is (68,39,5). Sum of RGB (Red+Green+Blue) = 68+39+5=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #442705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442705 is #BBD8FA. Grayscale: #2B2B2B. Windows color (decimal): -12310779 or 337732. OLE color: 337732.

HSL color Cylindrical-coordinate representation of color #442705: hue angle of 32.38º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #442705 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB68395-
CMYK00.430.930.73
HSL32.38º86.3%14.31%-
HSV(B)32.38º92.65%26.67%-
XYZ3.142.690.5-
YUV43.79106.11145.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 60.71%
GREEN value IS 39 (15.62% from 255) = 34.82%
BLUE value IS 5 (2.34% from 255) = 4.46%
R=60.71%
G=34.82%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6839500.430.930.7332.3886.314.31
Hex4427502B5D492056e
Octal1044750531351114012616
Binary100010010011110101010111011101100100110000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442705; }

 p { color: rgb(68,39,5); }

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

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

 a { background-color: rgb(68,39,5); }

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

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

 span { border-color: rgb(68,39,5); }

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