Shades of Baker's Chocolate #552702
Tints of Baker's Chocolate #552702
RGB
CMYK
RGB Variations
Color information
#552702 (or 0x552702) is known color: Baker's Chocolate. HEX triplet: 55, 27 and 02. RGB value is (85,39,2). Sum of RGB (Red+Green+Blue) = 85+39+2=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #552702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552702 is #AAD8FD. Grayscale: #303030. Windows color (decimal): -11196670 or 141141. OLE color: 141141.
HSL color Cylindrical-coordinate representation of color #552702: hue angle of 26.75º 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 #552702 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 39 | 2 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.67 |
| HSL | 26.75º | 0.95% | 0.17% | - |
| HSV(B) | 26.75º | 0.98% | 0.33% | - |
| XYZ | 4.48 | 3.39 | 0.47 | - |
| YUV | 48.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 2 | 0 | 0.54 | 0.98 | 0.67 | 26.75 | 0.95 | 0.17 |
| Hex | 55 | 27 | 2 | 0 | 36 | 62 | 43 | 1B | 5F | 11 |
| Octal | 125 | 47 | 2 | 0 | 66 | 142 | 103 | 33 | 137 | 21 |
| Binary | 1010101 | 100111 | 10 | 0 | 110110 | 1100010 | 1000011 | 11011 | 1011111 | 10001 |
Color Harmonies of #552702
Complementary color
Monochromatic Colors of #552702
Black with #552702
Text Example
Text Example
White with #552702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552702; }
p { color: rgb(85,39,2); }
H1.HeaderClassName
{
color: #552702;
}
.AnyTagClassName
{
color: #552702;
}
</style>
background-color css
<style>
a { background-color: #552702; }
a { background-color: rgb(85,39,2); }
div.DivClassName
{
background-color: #552702;
}
.BgClassName
{
background-color: #552702;
}
</style>
border-color css
<style>
span { border-color: #552702; }
span { border-color: rgb(85,39,2); }
td.TdClassName
{
border-color: #552702;
}
.TagClassName
{
border-color: #552702;
}
</style>