Shades of Toledo #3E2B32
Tints of Toledo #3E2B32
RGB
CMYK
RGB Variations
Color information
#3E2B32 (or 0x3E2B32) is known color: Toledo. HEX triplet: 3E, 2B and 32. RGB value is (62,43,50). Sum of RGB (Red+Green+Blue) = 62+43+50=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2B32 is #C1D4CD. Grayscale: #313131. Windows color (decimal): -12702926 or 3287870. OLE color: 3287870.
HSL color Cylindrical-coordinate representation of color #3E2B32: hue angle of 337.89º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E2B32 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 43 | 50 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.76 |
| HSL | 337.89º | 0.18% | 0.21% | - |
| HSV(B) | 337.89º | 0.31% | 0.24% | - |
| XYZ | 3.43 | 2.98 | 3.41 | - |
| YUV | 49.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 50 | 0 | 0.31 | 0.19 | 0.76 | 337.89 | 0.18 | 0.21 |
| Hex | 3E | 2B | 32 | 0 | 1F | 13 | 4C | 152 | 12 | 15 |
| Octal | 76 | 53 | 62 | 0 | 37 | 23 | 114 | 522 | 22 | 25 |
| Binary | 111110 | 101011 | 110010 | 0 | 11111 | 10011 | 1001100 | 101010010 | 10010 | 10101 |
Color Harmonies of #3E2B32
Complementary color
Monochromatic Colors of #3E2B32
Black with #3E2B32
Text Example
Text Example
White with #3E2B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B32; }
p { color: rgb(62,43,50); }
H1.HeaderClassName
{
color: #3E2B32;
}
.AnyTagClassName
{
color: #3E2B32;
}
</style>
background-color css
<style>
a { background-color: #3E2B32; }
a { background-color: rgb(62,43,50); }
div.DivClassName
{
background-color: #3E2B32;
}
.BgClassName
{
background-color: #3E2B32;
}
</style>
border-color css
<style>
span { border-color: #3E2B32; }
span { border-color: rgb(62,43,50); }
td.TdClassName
{
border-color: #3E2B32;
}
.TagClassName
{
border-color: #3E2B32;
}
</style>