Shades of Creole #3D3528
Tints of Creole #3D3528
RGB
CMYK
RGB Variations
Color information
#3D3528 (or 0x3D3528) is known color: Creole. HEX triplet: 3D, 35 and 28. RGB value is (61,53,40). Sum of RGB (Red+Green+Blue) = 61+53+40=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3528 is #C2CAD7. Grayscale: #353535. Windows color (decimal): -12765912 or 2635069. OLE color: 2635069.
HSL color Cylindrical-coordinate representation of color #3D3528: hue angle of 37.14º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D3528 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 53 | 40 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.76 |
| HSL | 37.14º | 0.21% | 0.2% | - |
| HSV(B) | 37.14º | 0.34% | 0.24% | - |
| XYZ | 3.58 | 3.69 | 2.53 | - |
| YUV | 53.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 40 | 0 | 0.13 | 0.34 | 0.76 | 37.14 | 0.21 | 0.2 |
| Hex | 3D | 35 | 28 | 0 | D | 22 | 4C | 25 | 15 | 14 |
| Octal | 75 | 65 | 50 | 0 | 15 | 42 | 114 | 45 | 25 | 24 |
| Binary | 111101 | 110101 | 101000 | 0 | 1101 | 100010 | 1001100 | 100101 | 10101 | 10100 |
Color Harmonies of #3D3528
Complementary color
Monochromatic Colors of #3D3528
Black with #3D3528
Text Example
Text Example
White with #3D3528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3528; }
p { color: rgb(61,53,40); }
H1.HeaderClassName
{
color: #3D3528;
}
.AnyTagClassName
{
color: #3D3528;
}
</style>
background-color css
<style>
a { background-color: #3D3528; }
a { background-color: rgb(61,53,40); }
div.DivClassName
{
background-color: #3D3528;
}
.BgClassName
{
background-color: #3D3528;
}
</style>
border-color css
<style>
span { border-color: #3D3528; }
span { border-color: rgb(61,53,40); }
td.TdClassName
{
border-color: #3D3528;
}
.TagClassName
{
border-color: #3D3528;
}
</style>