#3E2913

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

Shades of Bistre #3E2913

Tints of Bistre #3E2913

Color information

#3E2913 (or 0x3E2913) is unknown color: approx Bistre. HEX triplet: 3E, 29 and 13. RGB value is (62,41,19). Sum of RGB (Red+Green+Blue) = 62+41+19=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2913 is #C1D6EC. Grayscale: #2C2C2C. Windows color (decimal): -12703469 or 1255742. OLE color: 1255742.

HSL color Cylindrical-coordinate representation of color #3E2913: hue angle of 30.7º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E2913 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.76.

Color convert

RGB624119-
CMYK00.340.690.76
HSL30.7º53.09%15.88%-
HSV(B)30.7º69.35%24.31%-
XYZ2.92.660.98-
YUV44.77113.46140.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 50.82%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=50.82%
G=33.61%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62411900.340.690.7630.753.0915.88
Hex3E2913022454C1f3510
Octal765123042105114376520
Binary111110101001100110100010100010110011001111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,41,19); }

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

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

 a { background-color: rgb(62,41,19); }

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

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

 span { border-color: rgb(62,41,19); }

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