#442713

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

Shades of Bistre #442713

Tints of Bistre #442713

Color information

#442713 (or 0x442713) is unknown color: approx Bistre. HEX triplet: 44, 27 and 13. RGB value is (68,39,19). Sum of RGB (Red+Green+Blue) = 68+39+19=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #442713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442713 is #BBD8EC. Grayscale: #2D2D2D. Windows color (decimal): -12310765 or 1255236. OLE color: 1255236.

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

Color convert

RGB683919-
CMYK00.430.720.73
HSL24.49º56.32%17.06%-
HSV(B)24.49º72.06%26.67%-
XYZ3.232.730.97-
YUV45.39113.11144.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.97%
GREEN value IS 39 (15.62% from 255) = 30.95%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=53.97%
G=30.95%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68391900.430.720.7324.4956.3217.06
Hex44271302B4849183811
Octal1044723053110111307021
Binary1000100100111100110101011100100010010011100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442713; }

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

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

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

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

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

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

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

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