Shades of Baker's Chocolate #532107
Tints of Baker's Chocolate #532107
RGB
CMYK
RGB Variations
Color information
#532107 (or 0x532107) is known color: Baker's Chocolate. HEX triplet: 53, 21 and 07. RGB value is (83,33,7). Sum of RGB (Red+Green+Blue) = 83+33+7=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #532107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532107 is #ACDEF8. Grayscale: #2D2D2D. Windows color (decimal): -11329273 or 467283. OLE color: 467283.
HSL color Cylindrical-coordinate representation of color #532107: hue angle of 20.53º 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 #532107 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 33 | 7 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.67 |
| HSL | 20.53º | 0.84% | 0.18% | - |
| HSV(B) | 20.53º | 0.92% | 0.33% | - |
| XYZ | 4.15 | 2.94 | 0.55 | - |
| YUV | 44.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 7 | 0 | 0.60 | 0.92 | 0.67 | 20.53 | 0.84 | 0.18 |
| Hex | 53 | 21 | 7 | 0 | 3C | 5C | 43 | 15 | 54 | 12 |
| Octal | 123 | 41 | 7 | 0 | 74 | 134 | 103 | 25 | 124 | 22 |
| Binary | 1010011 | 100001 | 111 | 0 | 111100 | 1011100 | 1000011 | 10101 | 1010100 | 10010 |
Color Harmonies of #532107
Complementary color
Monochromatic Colors of #532107
Black with #532107
Text Example
Text Example
White with #532107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532107; }
p { color: rgb(83,33,7); }
H1.HeaderClassName
{
color: #532107;
}
.AnyTagClassName
{
color: #532107;
}
</style>
background-color css
<style>
a { background-color: #532107; }
a { background-color: rgb(83,33,7); }
div.DivClassName
{
background-color: #532107;
}
.BgClassName
{
background-color: #532107;
}
</style>
border-color css
<style>
span { border-color: #532107; }
span { border-color: rgb(83,33,7); }
td.TdClassName
{
border-color: #532107;
}
.TagClassName
{
border-color: #532107;
}
</style>