Shades of Baker's Chocolate #532D03
Tints of Baker's Chocolate #532D03
RGB
CMYK
RGB Variations
Color information
#532D03 (or 0x532D03) is known color: Baker's Chocolate. HEX triplet: 53, 2D and 03. RGB value is (83,45,3). Sum of RGB (Red+Green+Blue) = 83+45+3=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #532D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532D03 is #ACD2FC. Grayscale: #333333. Windows color (decimal): -11326205 or 208211. OLE color: 208211.
HSL color Cylindrical-coordinate representation of color #532D03: hue angle of 31.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #532D03 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 3 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.67 |
| HSL | 31.5º | 0.93% | 0.17% | - |
| HSV(B) | 31.5º | 0.96% | 0.33% | - |
| XYZ | 4.52 | 3.72 | 0.57 | - |
| YUV | 51.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 3 | 0 | 0.46 | 0.96 | 0.67 | 31.5 | 0.93 | 0.17 |
| Hex | 53 | 2D | 3 | 0 | 2E | 60 | 43 | 1F | 5D | 11 |
| Octal | 123 | 55 | 3 | 0 | 56 | 140 | 103 | 37 | 135 | 21 |
| Binary | 1010011 | 101101 | 11 | 0 | 101110 | 1100000 | 1000011 | 11111 | 1011101 | 10001 |
Color Harmonies of #532D03
Complementary color
Monochromatic Colors of #532D03
Black with #532D03
Text Example
Text Example
White with #532D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D03; }
p { color: rgb(83,45,3); }
H1.HeaderClassName
{
color: #532D03;
}
.AnyTagClassName
{
color: #532D03;
}
</style>
background-color css
<style>
a { background-color: #532D03; }
a { background-color: rgb(83,45,3); }
div.DivClassName
{
background-color: #532D03;
}
.BgClassName
{
background-color: #532D03;
}
</style>
border-color css
<style>
span { border-color: #532D03; }
span { border-color: rgb(83,45,3); }
td.TdClassName
{
border-color: #532D03;
}
.TagClassName
{
border-color: #532D03;
}
</style>