Shades of Baker's Chocolate #54370D
Tints of Baker's Chocolate #54370D
RGB
CMYK
RGB Variations
Color information
#54370D (or 0x54370D) is known color: Baker's Chocolate. HEX triplet: 54, 37 and 0D. RGB value is (84,55,13). Sum of RGB (Red+Green+Blue) = 84+55+13=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54370D is #ABC8F2. Grayscale: #3B3B3B. Windows color (decimal): -11258099 or 866132. OLE color: 866132.
HSL color Cylindrical-coordinate representation of color #54370D: hue angle of 35.49º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54370D is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 55 | 13 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.67 |
| HSL | 35.49º | 0.73% | 0.19% | - |
| HSV(B) | 35.49º | 0.85% | 0.33% | - |
| XYZ | 5.09 | 4.65 | 1.01 | - |
| YUV | 58.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 55 | 13 | 0 | 0.35 | 0.85 | 0.67 | 35.49 | 0.73 | 0.19 |
| Hex | 54 | 37 | D | 0 | 23 | 55 | 43 | 23 | 49 | 13 |
| Octal | 124 | 67 | 15 | 0 | 43 | 125 | 103 | 43 | 111 | 23 |
| Binary | 1010100 | 110111 | 1101 | 0 | 100011 | 1010101 | 1000011 | 100011 | 1001001 | 10011 |
Color Harmonies of #54370D
Complementary color
Monochromatic Colors of #54370D
Black with #54370D
Text Example
Text Example
White with #54370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54370D; }
p { color: rgb(84,55,13); }
H1.HeaderClassName
{
color: #54370D;
}
.AnyTagClassName
{
color: #54370D;
}
</style>
background-color css
<style>
a { background-color: #54370D; }
a { background-color: rgb(84,55,13); }
div.DivClassName
{
background-color: #54370D;
}
.BgClassName
{
background-color: #54370D;
}
</style>
border-color css
<style>
span { border-color: #54370D; }
span { border-color: rgb(84,55,13); }
td.TdClassName
{
border-color: #54370D;
}
.TagClassName
{
border-color: #54370D;
}
</style>