Shades of Baker's Chocolate #542F02
Tints of Baker's Chocolate #542F02
RGB
CMYK
RGB Variations
Color information
#542F02 (or 0x542F02) is known color: Baker's Chocolate. HEX triplet: 54, 2F and 02. RGB value is (84,47,2). Sum of RGB (Red+Green+Blue) = 84+47+2=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #542F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542F02 is #ABD0FD. Grayscale: #353535. Windows color (decimal): -11260158 or 143188. OLE color: 143188.
HSL color Cylindrical-coordinate representation of color #542F02: hue angle of 32.93º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #542F02 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 2 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.67 |
| HSL | 32.93º | 0.95% | 0.17% | - |
| HSV(B) | 32.93º | 0.98% | 0.33% | - |
| XYZ | 4.68 | 3.92 | 0.57 | - |
| YUV | 52.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 2 | 0 | 0.44 | 0.98 | 0.67 | 32.93 | 0.95 | 0.17 |
| Hex | 54 | 2F | 2 | 0 | 2C | 62 | 43 | 21 | 5F | 11 |
| Octal | 124 | 57 | 2 | 0 | 54 | 142 | 103 | 41 | 137 | 21 |
| Binary | 1010100 | 101111 | 10 | 0 | 101100 | 1100010 | 1000011 | 100001 | 1011111 | 10001 |
Color Harmonies of #542F02
Complementary color
Monochromatic Colors of #542F02
Black with #542F02
Text Example
Text Example
White with #542F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F02; }
p { color: rgb(84,47,2); }
H1.HeaderClassName
{
color: #542F02;
}
.AnyTagClassName
{
color: #542F02;
}
</style>
background-color css
<style>
a { background-color: #542F02; }
a { background-color: rgb(84,47,2); }
div.DivClassName
{
background-color: #542F02;
}
.BgClassName
{
background-color: #542F02;
}
</style>
border-color css
<style>
span { border-color: #542F02; }
span { border-color: rgb(84,47,2); }
td.TdClassName
{
border-color: #542F02;
}
.TagClassName
{
border-color: #542F02;
}
</style>