Shades of Baker's Chocolate #54330D
Tints of Baker's Chocolate #54330D
RGB
CMYK
RGB Variations
Color information
#54330D (or 0x54330D) is known color: Baker's Chocolate. HEX triplet: 54, 33 and 0D. RGB value is (84,51,13). Sum of RGB (Red+Green+Blue) = 84+51+13=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #54330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54330D is #ABCCF2. Grayscale: #383838. Windows color (decimal): -11259123 or 865108. OLE color: 865108.
HSL color Cylindrical-coordinate representation of color #54330D: hue angle of 32.11º 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 #54330D is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 51 | 13 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.67 |
| HSL | 32.11º | 0.73% | 0.19% | - |
| HSV(B) | 32.11º | 0.85% | 0.33% | - |
| XYZ | 4.91 | 4.28 | 0.95 | - |
| YUV | 56.54 | 103.43 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 13 | 0 | 0.39 | 0.85 | 0.67 | 32.11 | 0.73 | 0.19 |
| Hex | 54 | 33 | D | 0 | 27 | 55 | 43 | 20 | 49 | 13 |
| Octal | 124 | 63 | 15 | 0 | 47 | 125 | 103 | 40 | 111 | 23 |
| Binary | 1010100 | 110011 | 1101 | 0 | 100111 | 1010101 | 1000011 | 100000 | 1001001 | 10011 |
Color Harmonies of #54330D
Complementary color
Monochromatic Colors of #54330D
Black with #54330D
Text Example
Text Example
White with #54330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54330D; }
p { color: rgb(84,51,13); }
H1.HeaderClassName
{
color: #54330D;
}
.AnyTagClassName
{
color: #54330D;
}
</style>
background-color css
<style>
a { background-color: #54330D; }
a { background-color: rgb(84,51,13); }
div.DivClassName
{
background-color: #54330D;
}
.BgClassName
{
background-color: #54330D;
}
</style>
border-color css
<style>
span { border-color: #54330D; }
span { border-color: rgb(84,51,13); }
td.TdClassName
{
border-color: #54330D;
}
.TagClassName
{
border-color: #54330D;
}
</style>