Shades of Baker's Chocolate #532E0D
Tints of Baker's Chocolate #532E0D
RGB
CMYK
RGB Variations
Color information
#532E0D (or 0x532E0D) is known color: Baker's Chocolate. HEX triplet: 53, 2E and 0D. RGB value is (83,46,13). Sum of RGB (Red+Green+Blue) = 83+46+13=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #532E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E0D is #ACD1F2. Grayscale: #353535. Windows color (decimal): -11325939 or 863827. OLE color: 863827.
HSL color Cylindrical-coordinate representation of color #532E0D: hue angle of 28.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #532E0D is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 13 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.67 |
| HSL | 28.29º | 0.73% | 0.19% | - |
| HSV(B) | 28.29º | 0.84% | 0.33% | - |
| XYZ | 4.62 | 3.82 | 0.88 | - |
| YUV | 53.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 13 | 0 | 0.45 | 0.84 | 0.67 | 28.29 | 0.73 | 0.19 |
| Hex | 53 | 2E | D | 0 | 2D | 54 | 43 | 1C | 49 | 13 |
| Octal | 123 | 56 | 15 | 0 | 55 | 124 | 103 | 34 | 111 | 23 |
| Binary | 1010011 | 101110 | 1101 | 0 | 101101 | 1010100 | 1000011 | 11100 | 1001001 | 10011 |
Color Harmonies of #532E0D
Complementary color
Monochromatic Colors of #532E0D
Black with #532E0D
Text Example
Text Example
White with #532E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E0D; }
p { color: rgb(83,46,13); }
H1.HeaderClassName
{
color: #532E0D;
}
.AnyTagClassName
{
color: #532E0D;
}
</style>
background-color css
<style>
a { background-color: #532E0D; }
a { background-color: rgb(83,46,13); }
div.DivClassName
{
background-color: #532E0D;
}
.BgClassName
{
background-color: #532E0D;
}
</style>
border-color css
<style>
span { border-color: #532E0D; }
span { border-color: rgb(83,46,13); }
td.TdClassName
{
border-color: #532E0D;
}
.TagClassName
{
border-color: #532E0D;
}
</style>