Shades of Baker's Chocolate #552C02
Tints of Baker's Chocolate #552C02
RGB
CMYK
RGB Variations
Color information
#552C02 (or 0x552C02) is known color: Baker's Chocolate. HEX triplet: 55, 2C and 02. RGB value is (85,44,2). Sum of RGB (Red+Green+Blue) = 85+44+2=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #552C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552C02 is #AAD3FD. Grayscale: #333333. Windows color (decimal): -11195390 or 142421. OLE color: 142421.
HSL color Cylindrical-coordinate representation of color #552C02: hue angle of 30.36º 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 #552C02 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 2 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.67 |
| HSL | 30.36º | 0.95% | 0.17% | - |
| HSV(B) | 30.36º | 0.98% | 0.33% | - |
| XYZ | 4.66 | 3.74 | 0.53 | - |
| YUV | 51.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 2 | 0 | 0.48 | 0.98 | 0.67 | 30.36 | 0.95 | 0.17 |
| Hex | 55 | 2C | 2 | 0 | 30 | 62 | 43 | 1E | 5F | 11 |
| Octal | 125 | 54 | 2 | 0 | 60 | 142 | 103 | 36 | 137 | 21 |
| Binary | 1010101 | 101100 | 10 | 0 | 110000 | 1100010 | 1000011 | 11110 | 1011111 | 10001 |
Color Harmonies of #552C02
Complementary color
Monochromatic Colors of #552C02
Black with #552C02
Text Example
Text Example
White with #552C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C02; }
p { color: rgb(85,44,2); }
H1.HeaderClassName
{
color: #552C02;
}
.AnyTagClassName
{
color: #552C02;
}
</style>
background-color css
<style>
a { background-color: #552C02; }
a { background-color: rgb(85,44,2); }
div.DivClassName
{
background-color: #552C02;
}
.BgClassName
{
background-color: #552C02;
}
</style>
border-color css
<style>
span { border-color: #552C02; }
span { border-color: rgb(85,44,2); }
td.TdClassName
{
border-color: #552C02;
}
.TagClassName
{
border-color: #552C02;
}
</style>