#442715

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

Shades of Bistre #442715

Tints of Bistre #442715

Color information

#442715 (or 0x442715) is unknown color: approx Bistre. HEX triplet: 44, 27 and 15. RGB value is (68,39,21). Sum of RGB (Red+Green+Blue) = 68+39+21=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #442715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442715 is #BBD8EA. Grayscale: #2D2D2D. Windows color (decimal): -12310763 or 1386308. OLE color: 1386308.

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

Color convert

RGB683921-
CMYK00.430.690.73
HSL22.98º52.81%17.45%-
HSV(B)22.98º69.12%26.67%-
XYZ3.242.731.07-
YUV45.62114.11143.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.12%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 21 (8.59% from 255) = 16.41%
R=53.12%
G=30.47%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68392100.430.690.7322.9852.8117.45
Hex44271502B4549173511
Octal1044725053105111276521
Binary1000100100111101010101011100010110010011011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442715; }

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

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

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

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

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

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

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

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