Shades of Baker's Chocolate #532A08
Tints of Baker's Chocolate #532A08
RGB
CMYK
RGB Variations
Color information
#532A08 (or 0x532A08) is known color: Baker's Chocolate. HEX triplet: 53, 2A and 08. RGB value is (83,42,8). Sum of RGB (Red+Green+Blue) = 83+42+8=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #532A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532A08 is #ACD5F7. Grayscale: #323232. Windows color (decimal): -11326968 or 535123. OLE color: 535123.
HSL color Cylindrical-coordinate representation of color #532A08: hue angle of 27.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #532A08 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 8 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.67 |
| HSL | 27.2º | 0.82% | 0.18% | - |
| HSV(B) | 27.2º | 0.9% | 0.33% | - |
| XYZ | 4.44 | 3.51 | 0.67 | - |
| YUV | 50.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 8 | 0 | 0.49 | 0.90 | 0.67 | 27.2 | 0.82 | 0.18 |
| Hex | 53 | 2A | 8 | 0 | 31 | 5A | 43 | 1B | 52 | 12 |
| Octal | 123 | 52 | 10 | 0 | 61 | 132 | 103 | 33 | 122 | 22 |
| Binary | 1010011 | 101010 | 1000 | 0 | 110001 | 1011010 | 1000011 | 11011 | 1010010 | 10010 |
Color Harmonies of #532A08
Complementary color
Monochromatic Colors of #532A08
Black with #532A08
Text Example
Text Example
White with #532A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A08; }
p { color: rgb(83,42,8); }
H1.HeaderClassName
{
color: #532A08;
}
.AnyTagClassName
{
color: #532A08;
}
</style>
background-color css
<style>
a { background-color: #532A08; }
a { background-color: rgb(83,42,8); }
div.DivClassName
{
background-color: #532A08;
}
.BgClassName
{
background-color: #532A08;
}
</style>
border-color css
<style>
span { border-color: #532A08; }
span { border-color: rgb(83,42,8); }
td.TdClassName
{
border-color: #532A08;
}
.TagClassName
{
border-color: #532A08;
}
</style>