#392A23

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

Shades of Bistre #392A23

Tints of Bistre #392A23

Color information

#392A23 (or 0x392A23) is unknown color: approx Bistre. HEX triplet: 39, 2A and 23. RGB value is (57,42,35). Sum of RGB (Red+Green+Blue) = 57+42+35=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 57 - color contains mainly: red. Hex color #392A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A23 is #C6D5DC. Grayscale: #2D2D2D. Windows color (decimal): -13030877 or 2304569. OLE color: 2304569.

HSL color Cylindrical-coordinate representation of color #392A23: hue angle of 19.09º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #392A23 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB574235-
CMYK00.260.390.78
HSL19.09º23.91%18.04%-
HSV(B)19.09º38.6%22.35%-
XYZ2.822.651.95-
YUV45.69121.97136.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.54%
GREEN value IS 42 (16.80% from 255) = 31.34%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=42.54%
G=31.34%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57423500.260.390.7819.0923.9118.04
Hex392A2301A274E131812
Octal71524303247116233022
Binary1110011010101000110110101001111001110100111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392A23; }

 p { color: rgb(57,42,35); }

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

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

 a { background-color: rgb(57,42,35); }

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

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

 span { border-color: rgb(57,42,35); }

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