Shades of Baker's Chocolate #532C11
Tints of Baker's Chocolate #532C11
RGB
CMYK
RGB Variations
Color information
#532C11 (or 0x532C11) is known color: Baker's Chocolate. HEX triplet: 53, 2C and 11. RGB value is (83,44,17). Sum of RGB (Red+Green+Blue) = 83+44+17=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #532C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532C11 is #ACD3EE. Grayscale: #343434. Windows color (decimal): -11326447 or 1125459. OLE color: 1125459.
HSL color Cylindrical-coordinate representation of color #532C11: hue angle of 24.55º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532C11 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 17 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.67 |
| HSL | 24.55º | 0.66% | 0.2% | - |
| HSV(B) | 24.55º | 0.8% | 0.33% | - |
| XYZ | 4.57 | 3.68 | 1 | - |
| YUV | 52.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 17 | 0 | 0.47 | 0.80 | 0.67 | 24.55 | 0.66 | 0.2 |
| Hex | 53 | 2C | 11 | 0 | 2F | 50 | 43 | 19 | 42 | 14 |
| Octal | 123 | 54 | 21 | 0 | 57 | 120 | 103 | 31 | 102 | 24 |
| Binary | 1010011 | 101100 | 10001 | 0 | 101111 | 1010000 | 1000011 | 11001 | 1000010 | 10100 |
Color Harmonies of #532C11
Complementary color
Monochromatic Colors of #532C11
Black with #532C11
Text Example
Text Example
White with #532C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C11; }
p { color: rgb(83,44,17); }
H1.HeaderClassName
{
color: #532C11;
}
.AnyTagClassName
{
color: #532C11;
}
</style>
background-color css
<style>
a { background-color: #532C11; }
a { background-color: rgb(83,44,17); }
div.DivClassName
{
background-color: #532C11;
}
.BgClassName
{
background-color: #532C11;
}
</style>
border-color css
<style>
span { border-color: #532C11; }
span { border-color: rgb(83,44,17); }
td.TdClassName
{
border-color: #532C11;
}
.TagClassName
{
border-color: #532C11;
}
</style>