Shades of Baker's Chocolate #54350A
Tints of Baker's Chocolate #54350A
RGB
CMYK
RGB Variations
Color information
#54350A (or 0x54350A) is known color: Baker's Chocolate. HEX triplet: 54, 35 and 0A. RGB value is (84,53,10). Sum of RGB (Red+Green+Blue) = 84+53+10=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54350A is #ABCAF5. Grayscale: #393939. Windows color (decimal): -11258614 or 669012. OLE color: 669012.
HSL color Cylindrical-coordinate representation of color #54350A: hue angle of 34.86º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54350A is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 53 | 10 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.67 |
| HSL | 34.86º | 0.79% | 0.18% | - |
| HSV(B) | 34.86º | 0.88% | 0.33% | - |
| XYZ | 4.98 | 4.45 | 0.88 | - |
| YUV | 57.37 | 101.27 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 10 | 0 | 0.37 | 0.88 | 0.67 | 34.86 | 0.79 | 0.18 |
| Hex | 54 | 35 | A | 0 | 25 | 58 | 43 | 23 | 4F | 12 |
| Octal | 124 | 65 | 12 | 0 | 45 | 130 | 103 | 43 | 117 | 22 |
| Binary | 1010100 | 110101 | 1010 | 0 | 100101 | 1011000 | 1000011 | 100011 | 1001111 | 10010 |
Color Harmonies of #54350A
Complementary color
Monochromatic Colors of #54350A
Black with #54350A
Text Example
Text Example
White with #54350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54350A; }
p { color: rgb(84,53,10); }
H1.HeaderClassName
{
color: #54350A;
}
.AnyTagClassName
{
color: #54350A;
}
</style>
background-color css
<style>
a { background-color: #54350A; }
a { background-color: rgb(84,53,10); }
div.DivClassName
{
background-color: #54350A;
}
.BgClassName
{
background-color: #54350A;
}
</style>
border-color css
<style>
span { border-color: #54350A; }
span { border-color: rgb(84,53,10); }
td.TdClassName
{
border-color: #54350A;
}
.TagClassName
{
border-color: #54350A;
}
</style>