Shades of Baker's Chocolate #532D07
Tints of Baker's Chocolate #532D07
RGB
CMYK
RGB Variations
Color information
#532D07 (or 0x532D07) is known color: Baker's Chocolate. HEX triplet: 53, 2D and 07. RGB value is (83,45,7). Sum of RGB (Red+Green+Blue) = 83+45+7=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #532D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532D07 is #ACD2F8. Grayscale: #343434. Windows color (decimal): -11326201 or 470355. OLE color: 470355.
HSL color Cylindrical-coordinate representation of color #532D07: hue angle of 30º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #532D07 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 7 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.67 |
| HSL | 30º | 0.84% | 0.18% | - |
| HSV(B) | 30º | 0.92% | 0.33% | - |
| XYZ | 4.54 | 3.73 | 0.68 | - |
| YUV | 52.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 7 | 0 | 0.46 | 0.92 | 0.67 | 30 | 0.84 | 0.18 |
| Hex | 53 | 2D | 7 | 0 | 2E | 5C | 43 | 1E | 54 | 12 |
| Octal | 123 | 55 | 7 | 0 | 56 | 134 | 103 | 36 | 124 | 22 |
| Binary | 1010011 | 101101 | 111 | 0 | 101110 | 1011100 | 1000011 | 11110 | 1010100 | 10010 |
Color Harmonies of #532D07
Complementary color
Monochromatic Colors of #532D07
Black with #532D07
Text Example
Text Example
White with #532D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D07; }
p { color: rgb(83,45,7); }
H1.HeaderClassName
{
color: #532D07;
}
.AnyTagClassName
{
color: #532D07;
}
</style>
background-color css
<style>
a { background-color: #532D07; }
a { background-color: rgb(83,45,7); }
div.DivClassName
{
background-color: #532D07;
}
.BgClassName
{
background-color: #532D07;
}
</style>
border-color css
<style>
span { border-color: #532D07; }
span { border-color: rgb(83,45,7); }
td.TdClassName
{
border-color: #532D07;
}
.TagClassName
{
border-color: #532D07;
}
</style>