Shades of Baker's Chocolate #552508
Tints of Baker's Chocolate #552508
RGB
CMYK
RGB Variations
Color information
#552508 (or 0x552508) is known color: Baker's Chocolate. HEX triplet: 55, 25 and 08. RGB value is (85,37,8). Sum of RGB (Red+Green+Blue) = 85+37+8=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #552508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552508 is #AADAF7. Grayscale: #303030. Windows color (decimal): -11197176 or 533845. OLE color: 533845.
HSL color Cylindrical-coordinate representation of color #552508: hue angle of 22.6º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #552508 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 37 | 8 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.67 |
| HSL | 22.6º | 0.83% | 0.18% | - |
| HSV(B) | 22.6º | 0.91% | 0.33% | - |
| XYZ | 4.45 | 3.27 | 0.63 | - |
| YUV | 48.05 | 105.4 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 8 | 0 | 0.56 | 0.91 | 0.67 | 22.6 | 0.83 | 0.18 |
| Hex | 55 | 25 | 8 | 0 | 38 | 5B | 43 | 17 | 53 | 12 |
| Octal | 125 | 45 | 10 | 0 | 70 | 133 | 103 | 27 | 123 | 22 |
| Binary | 1010101 | 100101 | 1000 | 0 | 111000 | 1011011 | 1000011 | 10111 | 1010011 | 10010 |
Color Harmonies of #552508
Complementary color
Monochromatic Colors of #552508
Black with #552508
Text Example
Text Example
White with #552508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552508; }
p { color: rgb(85,37,8); }
H1.HeaderClassName
{
color: #552508;
}
.AnyTagClassName
{
color: #552508;
}
</style>
background-color css
<style>
a { background-color: #552508; }
a { background-color: rgb(85,37,8); }
div.DivClassName
{
background-color: #552508;
}
.BgClassName
{
background-color: #552508;
}
</style>
border-color css
<style>
span { border-color: #552508; }
span { border-color: rgb(85,37,8); }
td.TdClassName
{
border-color: #552508;
}
.TagClassName
{
border-color: #552508;
}
</style>