Shades of Baker's Chocolate #532808
Tints of Baker's Chocolate #532808
RGB
CMYK
RGB Variations
Color information
#532808 (or 0x532808) is known color: Baker's Chocolate. HEX triplet: 53, 28 and 08. RGB value is (83,40,8). Sum of RGB (Red+Green+Blue) = 83+40+8=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #532808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532808 is #ACD7F7. Grayscale: #313131. Windows color (decimal): -11327480 or 534611. OLE color: 534611.
HSL color Cylindrical-coordinate representation of color #532808: hue angle of 25.6º 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 #532808 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 8 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.67 |
| HSL | 25.6º | 0.82% | 0.18% | - |
| HSV(B) | 25.6º | 0.9% | 0.33% | - |
| XYZ | 4.37 | 3.37 | 0.65 | - |
| YUV | 49.21 | 104.75 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 8 | 0 | 0.52 | 0.90 | 0.67 | 25.6 | 0.82 | 0.18 |
| Hex | 53 | 28 | 8 | 0 | 34 | 5A | 43 | 1A | 52 | 12 |
| Octal | 123 | 50 | 10 | 0 | 64 | 132 | 103 | 32 | 122 | 22 |
| Binary | 1010011 | 101000 | 1000 | 0 | 110100 | 1011010 | 1000011 | 11010 | 1010010 | 10010 |
Color Harmonies of #532808
Complementary color
Monochromatic Colors of #532808
Black with #532808
Text Example
Text Example
White with #532808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532808; }
p { color: rgb(83,40,8); }
H1.HeaderClassName
{
color: #532808;
}
.AnyTagClassName
{
color: #532808;
}
</style>
background-color css
<style>
a { background-color: #532808; }
a { background-color: rgb(83,40,8); }
div.DivClassName
{
background-color: #532808;
}
.BgClassName
{
background-color: #532808;
}
</style>
border-color css
<style>
span { border-color: #532808; }
span { border-color: rgb(83,40,8); }
td.TdClassName
{
border-color: #532808;
}
.TagClassName
{
border-color: #532808;
}
</style>