#3E2611

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

Shades of Bistre #3E2611

Tints of Bistre #3E2611

Color information

#3E2611 (or 0x3E2611) is unknown color: approx Bistre. HEX triplet: 3E, 26 and 11. RGB value is (62,38,17). Sum of RGB (Red+Green+Blue) = 62+38+17=117 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.99% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2611 is #C1D9EE. Grayscale: #2A2A2A. Windows color (decimal): -12704239 or 1123902. OLE color: 1123902.

HSL color Cylindrical-coordinate representation of color #3E2611: hue angle of 28º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E2611 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB623817-
CMYK00.390.730.76
HSL28º56.96%15.49%-
HSV(B)28º72.58%24.31%-
XYZ2.782.450.86-
YUV42.78113.45141.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 52.99%
GREEN value IS 38 (15.23% from 255) = 32.48%
BLUE value IS 17 (7.03% from 255) = 14.53%
R=52.99%
G=32.48%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62381700.390.730.762856.9615.49
Hex3E2611027494C1c39f
Octal764621047111114347117
Binary11111010011010001010011110010011001100111001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,38,17); }

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

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

 a { background-color: rgb(62,38,17); }

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

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

 span { border-color: rgb(62,38,17); }

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