Shades of Baker's Chocolate #532A07
Tints of Baker's Chocolate #532A07
RGB
CMYK
RGB Variations
Color information
#532A07 (or 0x532A07) is known color: Baker's Chocolate. HEX triplet: 53, 2A and 07. RGB value is (83,42,7). Sum of RGB (Red+Green+Blue) = 83+42+7=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #532A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532A07 is #ACD5F8. Grayscale: #323232. Windows color (decimal): -11326969 or 469587. OLE color: 469587.
HSL color Cylindrical-coordinate representation of color #532A07: hue angle of 27.63º 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 #532A07 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 7 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.67 |
| HSL | 27.63º | 0.84% | 0.18% | - |
| HSV(B) | 27.63º | 0.92% | 0.33% | - |
| XYZ | 4.43 | 3.51 | 0.64 | - |
| YUV | 50.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 7 | 0 | 0.49 | 0.92 | 0.67 | 27.63 | 0.84 | 0.18 |
| Hex | 53 | 2A | 7 | 0 | 31 | 5C | 43 | 1C | 54 | 12 |
| Octal | 123 | 52 | 7 | 0 | 61 | 134 | 103 | 34 | 124 | 22 |
| Binary | 1010011 | 101010 | 111 | 0 | 110001 | 1011100 | 1000011 | 11100 | 1010100 | 10010 |
Color Harmonies of #532A07
Complementary color
Monochromatic Colors of #532A07
Black with #532A07
Text Example
Text Example
White with #532A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A07; }
p { color: rgb(83,42,7); }
H1.HeaderClassName
{
color: #532A07;
}
.AnyTagClassName
{
color: #532A07;
}
</style>
background-color css
<style>
a { background-color: #532A07; }
a { background-color: rgb(83,42,7); }
div.DivClassName
{
background-color: #532A07;
}
.BgClassName
{
background-color: #532A07;
}
</style>
border-color css
<style>
span { border-color: #532A07; }
span { border-color: rgb(83,42,7); }
td.TdClassName
{
border-color: #532A07;
}
.TagClassName
{
border-color: #532A07;
}
</style>