Shades of Baker's Chocolate #532008
Tints of Baker's Chocolate #532008
RGB
CMYK
RGB Variations
Color information
#532008 (or 0x532008) is known color: Baker's Chocolate. HEX triplet: 53, 20 and 08. RGB value is (83,32,8). Sum of RGB (Red+Green+Blue) = 83+32+8=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #532008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532008 is #ACDFF7. Grayscale: #2C2C2C. Windows color (decimal): -11329528 or 532563. OLE color: 532563.
HSL color Cylindrical-coordinate representation of color #532008: hue angle of 19.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 #532008 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 8 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.67 |
| HSL | 19.2º | 0.82% | 0.18% | - |
| HSV(B) | 19.2º | 0.9% | 0.33% | - |
| XYZ | 4.13 | 2.89 | 0.57 | - |
| YUV | 44.51 | 107.4 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 8 | 0 | 0.61 | 0.90 | 0.67 | 19.2 | 0.82 | 0.18 |
| Hex | 53 | 20 | 8 | 0 | 3D | 5A | 43 | 13 | 52 | 12 |
| Octal | 123 | 40 | 10 | 0 | 75 | 132 | 103 | 23 | 122 | 22 |
| Binary | 1010011 | 100000 | 1000 | 0 | 111101 | 1011010 | 1000011 | 10011 | 1010010 | 10010 |
Color Harmonies of #532008
Complementary color
Monochromatic Colors of #532008
Black with #532008
Text Example
Text Example
White with #532008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532008; }
p { color: rgb(83,32,8); }
H1.HeaderClassName
{
color: #532008;
}
.AnyTagClassName
{
color: #532008;
}
</style>
background-color css
<style>
a { background-color: #532008; }
a { background-color: rgb(83,32,8); }
div.DivClassName
{
background-color: #532008;
}
.BgClassName
{
background-color: #532008;
}
</style>
border-color css
<style>
span { border-color: #532008; }
span { border-color: rgb(83,32,8); }
td.TdClassName
{
border-color: #532008;
}
.TagClassName
{
border-color: #532008;
}
</style>