Shades of Baker's Chocolate #552A0F
Tints of Baker's Chocolate #552A0F
RGB
CMYK
RGB Variations
Color information
#552A0F (or 0x552A0F) is known color: Baker's Chocolate. HEX triplet: 55, 2A and 0F. RGB value is (85,42,15). Sum of RGB (Red+Green+Blue) = 85+42+15=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #552A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552A0F is #AAD5F0. Grayscale: #333333. Windows color (decimal): -11195889 or 993877. OLE color: 993877.
HSL color Cylindrical-coordinate representation of color #552A0F: hue angle of 23.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552A0F is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 15 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.67 |
| HSL | 23.14º | 0.7% | 0.2% | - |
| HSV(B) | 23.14º | 0.82% | 0.33% | - |
| XYZ | 4.66 | 3.62 | 0.91 | - |
| YUV | 51.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 15 | 0 | 0.51 | 0.82 | 0.67 | 23.14 | 0.7 | 0.2 |
| Hex | 55 | 2A | F | 0 | 33 | 52 | 43 | 17 | 46 | 14 |
| Octal | 125 | 52 | 17 | 0 | 63 | 122 | 103 | 27 | 106 | 24 |
| Binary | 1010101 | 101010 | 1111 | 0 | 110011 | 1010010 | 1000011 | 10111 | 1000110 | 10100 |
Color Harmonies of #552A0F
Complementary color
Monochromatic Colors of #552A0F
Black with #552A0F
Text Example
Text Example
White with #552A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A0F; }
p { color: rgb(85,42,15); }
H1.HeaderClassName
{
color: #552A0F;
}
.AnyTagClassName
{
color: #552A0F;
}
</style>
background-color css
<style>
a { background-color: #552A0F; }
a { background-color: rgb(85,42,15); }
div.DivClassName
{
background-color: #552A0F;
}
.BgClassName
{
background-color: #552A0F;
}
</style>
border-color css
<style>
span { border-color: #552A0F; }
span { border-color: rgb(85,42,15); }
td.TdClassName
{
border-color: #552A0F;
}
.TagClassName
{
border-color: #552A0F;
}
</style>