Shades of Baker's Chocolate #55230F
Tints of Baker's Chocolate #55230F
RGB
CMYK
RGB Variations
Color information
#55230F (or 0x55230F) is known color: Baker's Chocolate. HEX triplet: 55, 23 and 0F. RGB value is (85,35,15). Sum of RGB (Red+Green+Blue) = 85+35+15=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55230F is #AADCF0. Grayscale: #2F2F2F. Windows color (decimal): -11197681 or 992085. OLE color: 992085.
HSL color Cylindrical-coordinate representation of color #55230F: hue angle of 17.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 #55230F is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 35 | 15 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.67 |
| HSL | 17.14º | 0.7% | 0.2% | - |
| HSV(B) | 17.14º | 0.82% | 0.33% | - |
| XYZ | 4.43 | 3.17 | 0.83 | - |
| YUV | 47.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 15 | 0 | 0.59 | 0.82 | 0.67 | 17.14 | 0.7 | 0.2 |
| Hex | 55 | 23 | F | 0 | 3B | 52 | 43 | 11 | 46 | 14 |
| Octal | 125 | 43 | 17 | 0 | 73 | 122 | 103 | 21 | 106 | 24 |
| Binary | 1010101 | 100011 | 1111 | 0 | 111011 | 1010010 | 1000011 | 10001 | 1000110 | 10100 |
Color Harmonies of #55230F
Complementary color
Monochromatic Colors of #55230F
Black with #55230F
Text Example
Text Example
White with #55230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55230F; }
p { color: rgb(85,35,15); }
H1.HeaderClassName
{
color: #55230F;
}
.AnyTagClassName
{
color: #55230F;
}
</style>
background-color css
<style>
a { background-color: #55230F; }
a { background-color: rgb(85,35,15); }
div.DivClassName
{
background-color: #55230F;
}
.BgClassName
{
background-color: #55230F;
}
</style>
border-color css
<style>
span { border-color: #55230F; }
span { border-color: rgb(85,35,15); }
td.TdClassName
{
border-color: #55230F;
}
.TagClassName
{
border-color: #55230F;
}
</style>