#442505

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

Shades of Bistre #442505

Tints of Bistre #442505

Color information

#442505 (or 0x442505) is unknown color: approx Bistre. HEX triplet: 44, 25 and 05. RGB value is (68,37,5). Sum of RGB (Red+Green+Blue) = 68+37+5=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #442505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442505 is #BBDAFA. Grayscale: #2A2A2A. Windows color (decimal): -12311291 or 337220. OLE color: 337220.

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

Color convert

RGB68375-
CMYK00.460.930.73
HSL30.48º86.3%14.31%-
HSV(B)30.48º92.65%26.67%-
XYZ3.072.560.48-
YUV42.62106.77146.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.82%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 5 (2.34% from 255) = 4.55%
R=61.82%
G=33.64%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6837500.460.930.7330.4886.314.31
Hex4425502E5D491e56e
Octal1044550561351113612616
Binary10001001001011010101110101110110010011111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442505; }

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

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

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

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

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

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

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

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