Shades of Baker's Chocolate #542603
Tints of Baker's Chocolate #542603
RGB
CMYK
RGB Variations
Color information
#542603 (or 0x542603) is known color: Baker's Chocolate. HEX triplet: 54, 26 and 03. RGB value is (84,38,3). Sum of RGB (Red+Green+Blue) = 84+38+3=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #542603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542603 is #ABD9FC. Grayscale: #2F2F2F. Windows color (decimal): -11262461 or 206420. OLE color: 206420.
HSL color Cylindrical-coordinate representation of color #542603: hue angle of 25.93º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #542603 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 38 | 3 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.67 |
| HSL | 25.93º | 0.93% | 0.17% | - |
| HSV(B) | 25.93º | 0.96% | 0.33% | - |
| XYZ | 4.37 | 3.28 | 0.49 | - |
| YUV | 47.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 3 | 0 | 0.55 | 0.96 | 0.67 | 25.93 | 0.93 | 0.17 |
| Hex | 54 | 26 | 3 | 0 | 37 | 60 | 43 | 1A | 5D | 11 |
| Octal | 124 | 46 | 3 | 0 | 67 | 140 | 103 | 32 | 135 | 21 |
| Binary | 1010100 | 100110 | 11 | 0 | 110111 | 1100000 | 1000011 | 11010 | 1011101 | 10001 |
Color Harmonies of #542603
Complementary color
Monochromatic Colors of #542603
Black with #542603
Text Example
Text Example
White with #542603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542603; }
p { color: rgb(84,38,3); }
H1.HeaderClassName
{
color: #542603;
}
.AnyTagClassName
{
color: #542603;
}
</style>
background-color css
<style>
a { background-color: #542603; }
a { background-color: rgb(84,38,3); }
div.DivClassName
{
background-color: #542603;
}
.BgClassName
{
background-color: #542603;
}
</style>
border-color css
<style>
span { border-color: #542603; }
span { border-color: rgb(84,38,3); }
td.TdClassName
{
border-color: #542603;
}
.TagClassName
{
border-color: #542603;
}
</style>