#39291E

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

Shades of Bistre #39291E

Tints of Bistre #39291E

Color information

#39291E (or 0x39291E) is unknown color: approx Bistre. HEX triplet: 39, 29 and 1E. RGB value is (57,41,30). Sum of RGB (Red+Green+Blue) = 57+41+30=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #39291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39291E is #C6D6E1. Grayscale: #2C2C2C. Windows color (decimal): -13031138 or 1976633. OLE color: 1976633.

HSL color Cylindrical-coordinate representation of color #39291E: hue angle of 24.44º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39291E is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB574130-
CMYK00.280.470.78
HSL24.44º31.03%17.06%-
HSV(B)24.44º47.37%22.35%-
XYZ2.712.551.58-
YUV44.53119.8136.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=44.53%
G=32.03%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57413000.280.470.7824.4431.0317.06
Hex39291E01C2F4E181f11
Octal71513603457116303721
Binary111001101001111100111001011111001110110001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39291E; }

 p { color: rgb(57,41,30); }

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

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

 a { background-color: rgb(57,41,30); }

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

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

 span { border-color: rgb(57,41,30); }

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