#442708

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

Shades of Bistre #442708

Tints of Bistre #442708

Color information

#442708 (or 0x442708) is unknown color: approx Bistre. HEX triplet: 44, 27 and 08. RGB value is (68,39,8). Sum of RGB (Red+Green+Blue) = 68+39+8=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #442708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442708 is #BBD8F7. Grayscale: #2C2C2C. Windows color (decimal): -12310776 or 534340. OLE color: 534340.

HSL color Cylindrical-coordinate representation of color #442708: hue angle of 31º 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 #442708 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB68398-
CMYK00.430.880.73
HSL31º78.95%14.9%-
HSV(B)31º88.24%26.67%-
XYZ3.152.70.58-
YUV44.14107.61145.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 8 (3.52% from 255) = 6.96%
R=59.13%
G=33.91%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6839800.430.880.733178.9514.9
Hex4427802B58491f4ff
Octal10447100531301113711717
Binary100010010011110000101011101100010010011111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442708; }

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

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

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

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

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

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

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

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