Shades of Creole #3A3228
Tints of Creole #3A3228
RGB
CMYK
RGB Variations
Color information
#3A3228 (or 0x3A3228) is known color: Creole. HEX triplet: 3A, 32 and 28. RGB value is (58,50,40). Sum of RGB (Red+Green+Blue) = 58+50+40=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3228 is #C5CDD7. Grayscale: #333333. Windows color (decimal): -12963288 or 2634298. OLE color: 2634298.
HSL color Cylindrical-coordinate representation of color #3A3228: hue angle of 33.33º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A3228 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 50 | 40 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.77 |
| HSL | 33.33º | 0.18% | 0.19% | - |
| HSV(B) | 33.33º | 0.31% | 0.23% | - |
| XYZ | 3.27 | 3.33 | 2.48 | - |
| YUV | 51.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 40 | 0 | 0.14 | 0.31 | 0.77 | 33.33 | 0.18 | 0.19 |
| Hex | 3A | 32 | 28 | 0 | E | 1F | 4D | 21 | 12 | 13 |
| Octal | 72 | 62 | 50 | 0 | 16 | 37 | 115 | 41 | 22 | 23 |
| Binary | 111010 | 110010 | 101000 | 0 | 1110 | 11111 | 1001101 | 100001 | 10010 | 10011 |
Color Harmonies of #3A3228
Complementary color
Monochromatic Colors of #3A3228
Black with #3A3228
Text Example
Text Example
White with #3A3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3228; }
p { color: rgb(58,50,40); }
H1.HeaderClassName
{
color: #3A3228;
}
.AnyTagClassName
{
color: #3A3228;
}
</style>
background-color css
<style>
a { background-color: #3A3228; }
a { background-color: rgb(58,50,40); }
div.DivClassName
{
background-color: #3A3228;
}
.BgClassName
{
background-color: #3A3228;
}
</style>
border-color css
<style>
span { border-color: #3A3228; }
span { border-color: rgb(58,50,40); }
td.TdClassName
{
border-color: #3A3228;
}
.TagClassName
{
border-color: #3A3228;
}
</style>