#3E2510

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

Shades of Bistre #3E2510

Tints of Bistre #3E2510

Color information

#3E2510 (or 0x3E2510) is unknown color: approx Bistre. HEX triplet: 3E, 25 and 10. RGB value is (62,37,16). Sum of RGB (Red+Green+Blue) = 62+37+16=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2510 is #C1DAEF. Grayscale: #2A2A2A. Windows color (decimal): -12704496 or 1058110. OLE color: 1058110.

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

Color convert

RGB623716-
CMYK00.400.740.76
HSL27.39º58.97%15.29%-
HSV(B)27.39º74.19%24.31%-
XYZ2.742.380.81-
YUV42.08113.28142.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.91%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 16 (6.64% from 255) = 13.91%
R=53.91%
G=32.17%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62371600.400.740.7627.3958.9715.29
Hex3E25100284A4C1b3bf
Octal764520050112114337317
Binary11111010010110000010100010010101001100110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,37,16); }

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

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

 a { background-color: rgb(62,37,16); }

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

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

 span { border-color: rgb(62,37,16); }

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