#442905

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

Shades of Bistre #442905

Tints of Bistre #442905

Color information

#442905 (or 0x442905) is unknown color: approx Bistre. HEX triplet: 44, 29 and 05. RGB value is (68,41,5). Sum of RGB (Red+Green+Blue) = 68+41+5=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #442905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442905 is #BBD6FA. Grayscale: #2D2D2D. Windows color (decimal): -12310267 or 338244. OLE color: 338244.

HSL color Cylindrical-coordinate representation of color #442905: hue angle of 34.29º 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 #442905 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB68415-
CMYK00.400.930.73
HSL34.29º86.3%14.31%-
HSV(B)34.29º92.65%26.67%-
XYZ3.22.830.52-
YUV44.97105.45144.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.65%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 5 (2.34% from 255) = 4.39%
R=59.65%
G=35.96%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6841500.400.930.7334.2986.314.31
Hex442950285D492256e
Octal1045150501351114212616
Binary100010010100110101010001011101100100110001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442905; }

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

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

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

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

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

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

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

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