Shades of Baker's Chocolate #532207
Tints of Baker's Chocolate #532207
RGB
CMYK
RGB Variations
Color information
#532207 (or 0x532207) is known color: Baker's Chocolate. HEX triplet: 53, 22 and 07. RGB value is (83,34,7). Sum of RGB (Red+Green+Blue) = 83+34+7=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #532207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532207 is #ACDDF8. Grayscale: #2D2D2D. Windows color (decimal): -11329017 or 467539. OLE color: 467539.
HSL color Cylindrical-coordinate representation of color #532207: hue angle of 21.32º 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 #532207 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 34 | 7 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.67 |
| HSL | 21.32º | 0.84% | 0.18% | - |
| HSV(B) | 21.32º | 0.92% | 0.33% | - |
| XYZ | 4.18 | 3 | 0.56 | - |
| YUV | 45.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 7 | 0 | 0.59 | 0.92 | 0.67 | 21.32 | 0.84 | 0.18 |
| Hex | 53 | 22 | 7 | 0 | 3B | 5C | 43 | 15 | 54 | 12 |
| Octal | 123 | 42 | 7 | 0 | 73 | 134 | 103 | 25 | 124 | 22 |
| Binary | 1010011 | 100010 | 111 | 0 | 111011 | 1011100 | 1000011 | 10101 | 1010100 | 10010 |
Color Harmonies of #532207
Complementary color
Monochromatic Colors of #532207
Black with #532207
Text Example
Text Example
White with #532207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532207; }
p { color: rgb(83,34,7); }
H1.HeaderClassName
{
color: #532207;
}
.AnyTagClassName
{
color: #532207;
}
</style>
background-color css
<style>
a { background-color: #532207; }
a { background-color: rgb(83,34,7); }
div.DivClassName
{
background-color: #532207;
}
.BgClassName
{
background-color: #532207;
}
</style>
border-color css
<style>
span { border-color: #532207; }
span { border-color: rgb(83,34,7); }
td.TdClassName
{
border-color: #532207;
}
.TagClassName
{
border-color: #532207;
}
</style>