Shades of Baker's Chocolate #532A0E
Tints of Baker's Chocolate #532A0E
RGB
CMYK
RGB Variations
Color information
#532A0E (or 0x532A0E) is known color: Baker's Chocolate. HEX triplet: 53, 2A and 0E. RGB value is (83,42,14). Sum of RGB (Red+Green+Blue) = 83+42+14=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #532A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532A0E is #ACD5F1. Grayscale: #333333. Windows color (decimal): -11326962 or 928339. OLE color: 928339.
HSL color Cylindrical-coordinate representation of color #532A0E: hue angle of 24.35º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #532A0E is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 14 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.67 |
| HSL | 24.35º | 0.71% | 0.19% | - |
| HSV(B) | 24.35º | 0.83% | 0.33% | - |
| XYZ | 4.47 | 3.53 | 0.86 | - |
| YUV | 51.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 14 | 0 | 0.49 | 0.83 | 0.67 | 24.35 | 0.71 | 0.19 |
| Hex | 53 | 2A | E | 0 | 31 | 53 | 43 | 18 | 47 | 13 |
| Octal | 123 | 52 | 16 | 0 | 61 | 123 | 103 | 30 | 107 | 23 |
| Binary | 1010011 | 101010 | 1110 | 0 | 110001 | 1010011 | 1000011 | 11000 | 1000111 | 10011 |
Color Harmonies of #532A0E
Complementary color
Monochromatic Colors of #532A0E
Black with #532A0E
Text Example
Text Example
White with #532A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A0E; }
p { color: rgb(83,42,14); }
H1.HeaderClassName
{
color: #532A0E;
}
.AnyTagClassName
{
color: #532A0E;
}
</style>
background-color css
<style>
a { background-color: #532A0E; }
a { background-color: rgb(83,42,14); }
div.DivClassName
{
background-color: #532A0E;
}
.BgClassName
{
background-color: #532A0E;
}
</style>
border-color css
<style>
span { border-color: #532A0E; }
span { border-color: rgb(83,42,14); }
td.TdClassName
{
border-color: #532A0E;
}
.TagClassName
{
border-color: #532A0E;
}
</style>