#3E281C

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

Shades of Bistre #3E281C

Tints of Bistre #3E281C

Color information

#3E281C (or 0x3E281C) is unknown color: approx Bistre. HEX triplet: 3E, 28 and 1C. RGB value is (62,40,28). Sum of RGB (Red+Green+Blue) = 62+40+28=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E281C is #C1D7E3. Grayscale: #2D2D2D. Windows color (decimal): -12703716 or 1845310. OLE color: 1845310.

HSL color Cylindrical-coordinate representation of color #3E281C: hue angle of 21.18º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E281C is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.76.

Color convert

RGB624028-
CMYK00.350.550.76
HSL21.18º37.78%17.65%-
HSV(B)21.18º54.84%24.31%-
XYZ2.952.631.45-
YUV45.21118.29139.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 47.69%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=47.69%
G=30.77%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62402800.350.550.7621.1837.7817.65
Hex3E281C023374C152612
Octal76503404367114254622
Binary11111010100011100010001111011110011001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E281C; }

 p { color: rgb(62,40,28); }

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

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

 a { background-color: rgb(62,40,28); }

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

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

 span { border-color: rgb(62,40,28); }

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