Shades of Baker's Chocolate #54330C
Tints of Baker's Chocolate #54330C
RGB
CMYK
RGB Variations
Color information
#54330C (or 0x54330C) is known color: Baker's Chocolate. HEX triplet: 54, 33 and 0C. RGB value is (84,51,12). Sum of RGB (Red+Green+Blue) = 84+51+12=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54330C is #ABCCF3. Grayscale: #383838. Windows color (decimal): -11259124 or 799572. OLE color: 799572.
HSL color Cylindrical-coordinate representation of color #54330C: hue angle of 32.5º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54330C is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 51 | 12 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.67 |
| HSL | 32.5º | 0.75% | 0.19% | - |
| HSV(B) | 32.5º | 0.86% | 0.33% | - |
| XYZ | 4.91 | 4.28 | 0.92 | - |
| YUV | 56.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 12 | 0 | 0.39 | 0.86 | 0.67 | 32.5 | 0.75 | 0.19 |
| Hex | 54 | 33 | C | 0 | 27 | 56 | 43 | 20 | 4B | 13 |
| Octal | 124 | 63 | 14 | 0 | 47 | 126 | 103 | 40 | 113 | 23 |
| Binary | 1010100 | 110011 | 1100 | 0 | 100111 | 1010110 | 1000011 | 100000 | 1001011 | 10011 |
Color Harmonies of #54330C
Complementary color
Monochromatic Colors of #54330C
Black with #54330C
Text Example
Text Example
White with #54330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54330C; }
p { color: rgb(84,51,12); }
H1.HeaderClassName
{
color: #54330C;
}
.AnyTagClassName
{
color: #54330C;
}
</style>
background-color css
<style>
a { background-color: #54330C; }
a { background-color: rgb(84,51,12); }
div.DivClassName
{
background-color: #54330C;
}
.BgClassName
{
background-color: #54330C;
}
</style>
border-color css
<style>
span { border-color: #54330C; }
span { border-color: rgb(84,51,12); }
td.TdClassName
{
border-color: #54330C;
}
.TagClassName
{
border-color: #54330C;
}
</style>