Shades of Baker's Chocolate #532E05
Tints of Baker's Chocolate #532E05
RGB
CMYK
RGB Variations
Color information
#532E05 (or 0x532E05) is known color: Baker's Chocolate. HEX triplet: 53, 2E and 05. RGB value is (83,46,5). Sum of RGB (Red+Green+Blue) = 83+46+5=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #532E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E05 is #ACD1FA. Grayscale: #343434. Windows color (decimal): -11325947 or 339539. OLE color: 339539.
HSL color Cylindrical-coordinate representation of color #532E05: hue angle of 31.54º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #532E05 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 5 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.67 |
| HSL | 31.54º | 0.89% | 0.17% | - |
| HSV(B) | 31.54º | 0.94% | 0.33% | - |
| XYZ | 4.57 | 3.8 | 0.64 | - |
| YUV | 52.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 5 | 0 | 0.45 | 0.94 | 0.67 | 31.54 | 0.89 | 0.17 |
| Hex | 53 | 2E | 5 | 0 | 2D | 5E | 43 | 20 | 59 | 11 |
| Octal | 123 | 56 | 5 | 0 | 55 | 136 | 103 | 40 | 131 | 21 |
| Binary | 1010011 | 101110 | 101 | 0 | 101101 | 1011110 | 1000011 | 100000 | 1011001 | 10001 |
Color Harmonies of #532E05
Complementary color
Monochromatic Colors of #532E05
Black with #532E05
Text Example
Text Example
White with #532E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E05; }
p { color: rgb(83,46,5); }
H1.HeaderClassName
{
color: #532E05;
}
.AnyTagClassName
{
color: #532E05;
}
</style>
background-color css
<style>
a { background-color: #532E05; }
a { background-color: rgb(83,46,5); }
div.DivClassName
{
background-color: #532E05;
}
.BgClassName
{
background-color: #532E05;
}
</style>
border-color css
<style>
span { border-color: #532E05; }
span { border-color: rgb(83,46,5); }
td.TdClassName
{
border-color: #532E05;
}
.TagClassName
{
border-color: #532E05;
}
</style>