Shades of Baker's Chocolate #54380C
Tints of Baker's Chocolate #54380C
RGB
CMYK
RGB Variations
Color information
#54380C (or 0x54380C) is known color: Baker's Chocolate. HEX triplet: 54, 38 and 0C. RGB value is (84,56,12). Sum of RGB (Red+Green+Blue) = 84+56+12=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54380C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54380C is #ABC7F3. Grayscale: #3B3B3B. Windows color (decimal): -11257844 or 800852. OLE color: 800852.
HSL color Cylindrical-coordinate representation of color #54380C: hue angle of 36.67º 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 #54380C is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 56 | 12 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.67 |
| HSL | 36.67º | 0.75% | 0.19% | - |
| HSV(B) | 36.67º | 0.86% | 0.33% | - |
| XYZ | 5.14 | 4.74 | 0.99 | - |
| YUV | 59.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 12 | 0 | 0.33 | 0.86 | 0.67 | 36.67 | 0.75 | 0.19 |
| Hex | 54 | 38 | C | 0 | 21 | 56 | 43 | 25 | 4B | 13 |
| Octal | 124 | 70 | 14 | 0 | 41 | 126 | 103 | 45 | 113 | 23 |
| Binary | 1010100 | 111000 | 1100 | 0 | 100001 | 1010110 | 1000011 | 100101 | 1001011 | 10011 |
Color Harmonies of #54380C
Complementary color
Monochromatic Colors of #54380C
Black with #54380C
Text Example
Text Example
White with #54380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54380C; }
p { color: rgb(84,56,12); }
H1.HeaderClassName
{
color: #54380C;
}
.AnyTagClassName
{
color: #54380C;
}
</style>
background-color css
<style>
a { background-color: #54380C; }
a { background-color: rgb(84,56,12); }
div.DivClassName
{
background-color: #54380C;
}
.BgClassName
{
background-color: #54380C;
}
</style>
border-color css
<style>
span { border-color: #54380C; }
span { border-color: rgb(84,56,12); }
td.TdClassName
{
border-color: #54380C;
}
.TagClassName
{
border-color: #54380C;
}
</style>