#442A05

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

Shades of Bistre #442A05

Tints of Bistre #442A05

Color information

#442A05 (or 0x442A05) is unknown color: approx Bistre. HEX triplet: 44, 2A and 05. RGB value is (68,42,5). Sum of RGB (Red+Green+Blue) = 68+42+5=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #442A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442A05 is #BBD5FA. Grayscale: #2D2D2D. Windows color (decimal): -12310011 or 338500. OLE color: 338500.

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

Color convert

RGB68425-
CMYK00.380.930.73
HSL35.24º86.3%14.31%-
HSV(B)35.24º92.65%26.67%-
XYZ3.242.90.53-
YUV45.56105.11144.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 42 (16.80% from 255) = 36.52%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=59.13%
G=36.52%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6842500.380.930.7335.2486.314.31
Hex442A50265D492356e
Octal1045250461351114312616
Binary100010010101010101001101011101100100110001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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