#442612

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

Shades of Bistre #442612

Tints of Bistre #442612

Color information

#442612 (or 0x442612) is unknown color: approx Bistre. HEX triplet: 44, 26 and 12. RGB value is (68,38,18). Sum of RGB (Red+Green+Blue) = 68+38+18=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #442612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442612 is #BBD9ED. Grayscale: #2C2C2C. Windows color (decimal): -12311022 or 1189444. OLE color: 1189444.

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

Color convert

RGB683818-
CMYK00.440.740.73
HSL24º58.14%16.86%-
HSV(B)24º73.53%26.67%-
XYZ3.192.660.92-
YUV44.69112.94144.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.84%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=54.84%
G=30.65%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68381800.440.740.732458.1416.86
Hex44261202C4A49183a11
Octal1044622054112111307221
Binary1000100100110100100101100100101010010011100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442612; }

 p { color: rgb(68,38,18); }

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

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

 a { background-color: rgb(68,38,18); }

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

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

 span { border-color: rgb(68,38,18); }

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