#442608

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

Shades of Bistre #442608

Tints of Bistre #442608

Color information

#442608 (or 0x442608) is unknown color: approx Bistre. HEX triplet: 44, 26 and 08. RGB value is (68,38,8). Sum of RGB (Red+Green+Blue) = 68+38+8=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #442608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442608 is #BBD9F7. Grayscale: #2B2B2B. Windows color (decimal): -12311032 or 534084. OLE color: 534084.

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

Color convert

RGB68388-
CMYK00.440.880.73
HSL30º78.95%14.9%-
HSV(B)30º88.24%26.67%-
XYZ3.122.630.57-
YUV43.55107.94145.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.65%
GREEN value IS 38 (15.23% from 255) = 33.33%
BLUE value IS 8 (3.52% from 255) = 7.02%
R=59.65%
G=33.33%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6838800.440.880.733078.9514.9
Hex4426802C58491e4ff
Octal10446100541301113611717
Binary100010010011010000101100101100010010011111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442608; }

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

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

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

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

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

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

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

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