Shades of Baker's Chocolate #532800
Tints of Baker's Chocolate #532800
RGB
CMYK
RGB Variations
Color information
#532800 (or 0x532800) is known color: Baker's Chocolate. HEX triplet: 53, 28 and 00. RGB value is (83,40,0). Sum of RGB (Red+Green+Blue) = 83+40+0=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #532800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532800 is #ACD7FF. Grayscale: #303030. Windows color (decimal): -11327488 or 10323. OLE color: 10323.
HSL color Cylindrical-coordinate representation of color #532800: hue angle of 28.92º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #532800 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.67 |
| HSL | 28.92º | 1% | 0.16% | - |
| HSV(B) | 28.92º | 1% | 0.33% | - |
| XYZ | 4.33 | 3.36 | 0.42 | - |
| YUV | 48.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 0 | 0 | 0.52 | 1 | 0.67 | 28.92 | 1 | 0.16 |
| Hex | 53 | 28 | 0 | 0 | 34 | 64 | 43 | 1D | 64 | 10 |
| Octal | 123 | 50 | 0 | 0 | 64 | 144 | 103 | 35 | 144 | 20 |
| Binary | 1010011 | 101000 | 0 | 0 | 110100 | 1100100 | 1000011 | 11101 | 1100100 | 10000 |
Color Harmonies of #532800
Complementary color
Monochromatic Colors of #532800
Black with #532800
Text Example
Text Example
White with #532800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532800; }
p { color: rgb(83,40,0); }
H1.HeaderClassName
{
color: #532800;
}
.AnyTagClassName
{
color: #532800;
}
</style>
background-color css
<style>
a { background-color: #532800; }
a { background-color: rgb(83,40,0); }
div.DivClassName
{
background-color: #532800;
}
.BgClassName
{
background-color: #532800;
}
</style>
border-color css
<style>
span { border-color: #532800; }
span { border-color: rgb(83,40,0); }
td.TdClassName
{
border-color: #532800;
}
.TagClassName
{
border-color: #532800;
}
</style>