#3E240F

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

Shades of Bistre #3E240F

Tints of Bistre #3E240F

Color information

#3E240F (or 0x3E240F) is unknown color: approx Bistre. HEX triplet: 3E, 24 and 0F. RGB value is (62,36,15). Sum of RGB (Red+Green+Blue) = 62+36+15=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E240F is #C1DBF0. Grayscale: #292929. Windows color (decimal): -12704753 or 992318. OLE color: 992318.

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

Color convert

RGB623615-
CMYK00.420.760.76
HSL26.81º61.04%15.1%-
HSV(B)26.81º75.81%24.31%-
XYZ2.72.320.76-
YUV41.38113.11142.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 54.87%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 15 (6.25% from 255) = 13.27%
R=54.87%
G=31.86%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.76
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62361500.420.760.7626.8161.0415.1
Hex3E24F02A4C4C1b3df
Octal764417052114114337517
Binary1111101001001111010101010011001001100110111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,36,15); }

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

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

 a { background-color: rgb(62,36,15); }

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

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

 span { border-color: rgb(62,36,15); }

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