Shades of Baker's Chocolate #54350B
Tints of Baker's Chocolate #54350B
RGB
CMYK
RGB Variations
Color information
#54350B (or 0x54350B) is known color: Baker's Chocolate. HEX triplet: 54, 35 and 0B. RGB value is (84,53,11). Sum of RGB (Red+Green+Blue) = 84+53+11=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #54350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54350B is #ABCAF4. Grayscale: #393939. Windows color (decimal): -11258613 or 734548. OLE color: 734548.
HSL color Cylindrical-coordinate representation of color #54350B: hue angle of 34.52º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54350B is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 53 | 11 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.67 |
| HSL | 34.52º | 0.77% | 0.19% | - |
| HSV(B) | 34.52º | 0.87% | 0.33% | - |
| XYZ | 4.99 | 4.46 | 0.91 | - |
| YUV | 57.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 11 | 0 | 0.37 | 0.87 | 0.67 | 34.52 | 0.77 | 0.19 |
| Hex | 54 | 35 | B | 0 | 25 | 57 | 43 | 23 | 4D | 13 |
| Octal | 124 | 65 | 13 | 0 | 45 | 127 | 103 | 43 | 115 | 23 |
| Binary | 1010100 | 110101 | 1011 | 0 | 100101 | 1010111 | 1000011 | 100011 | 1001101 | 10011 |
Color Harmonies of #54350B
Complementary color
Monochromatic Colors of #54350B
Black with #54350B
Text Example
Text Example
White with #54350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54350B; }
p { color: rgb(84,53,11); }
H1.HeaderClassName
{
color: #54350B;
}
.AnyTagClassName
{
color: #54350B;
}
</style>
background-color css
<style>
a { background-color: #54350B; }
a { background-color: rgb(84,53,11); }
div.DivClassName
{
background-color: #54350B;
}
.BgClassName
{
background-color: #54350B;
}
</style>
border-color css
<style>
span { border-color: #54350B; }
span { border-color: rgb(84,53,11); }
td.TdClassName
{
border-color: #54350B;
}
.TagClassName
{
border-color: #54350B;
}
</style>