Shades of Baker's Chocolate #54250A
Tints of Baker's Chocolate #54250A
RGB
CMYK
RGB Variations
Color information
#54250A (or 0x54250A) is known color: Baker's Chocolate. HEX triplet: 54, 25 and 0A. RGB value is (84,37,10). Sum of RGB (Red+Green+Blue) = 84+37+10=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #54250A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54250A is #ABDAF5. Grayscale: #303030. Windows color (decimal): -11262710 or 664916. OLE color: 664916.
HSL color Cylindrical-coordinate representation of color #54250A: hue angle of 21.89º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54250A is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 37 | 10 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.67 |
| HSL | 21.89º | 0.79% | 0.18% | - |
| HSV(B) | 21.89º | 0.88% | 0.33% | - |
| XYZ | 4.37 | 3.23 | 0.68 | - |
| YUV | 47.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 10 | 0 | 0.56 | 0.88 | 0.67 | 21.89 | 0.79 | 0.18 |
| Hex | 54 | 25 | A | 0 | 38 | 58 | 43 | 16 | 4F | 12 |
| Octal | 124 | 45 | 12 | 0 | 70 | 130 | 103 | 26 | 117 | 22 |
| Binary | 1010100 | 100101 | 1010 | 0 | 111000 | 1011000 | 1000011 | 10110 | 1001111 | 10010 |
Color Harmonies of #54250A
Complementary color
Monochromatic Colors of #54250A
Black with #54250A
Text Example
Text Example
White with #54250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54250A; }
p { color: rgb(84,37,10); }
H1.HeaderClassName
{
color: #54250A;
}
.AnyTagClassName
{
color: #54250A;
}
</style>
background-color css
<style>
a { background-color: #54250A; }
a { background-color: rgb(84,37,10); }
div.DivClassName
{
background-color: #54250A;
}
.BgClassName
{
background-color: #54250A;
}
</style>
border-color css
<style>
span { border-color: #54250A; }
span { border-color: rgb(84,37,10); }
td.TdClassName
{
border-color: #54250A;
}
.TagClassName
{
border-color: #54250A;
}
</style>