Shades of Baker's Chocolate #5C230B
Tints of Baker's Chocolate #5C230B
RGB
CMYK
RGB Variations
Color information
#5C230B (or 0x5C230B) is known color: Baker's Chocolate. HEX triplet: 5C, 23 and 0B. RGB value is (92,35,11). Sum of RGB (Red+Green+Blue) = 92+35+11=138 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.67% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 92 - color contains mainly: red. Hex color #5C230B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C230B is #A3DCF4. Grayscale: #313131. Windows color (decimal): -10738933 or 729948. OLE color: 729948.
HSL color Cylindrical-coordinate representation of color #5C230B: hue angle of 17.78º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C230B is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 35 | 11 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.64 |
| HSL | 17.78º | 0.79% | 0.2% | - |
| HSV(B) | 17.78º | 0.88% | 0.36% | - |
| XYZ | 5.08 | 3.5 | 0.72 | - |
| YUV | 49.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 11 | 0 | 0.62 | 0.88 | 0.64 | 17.78 | 0.79 | 0.2 |
| Hex | 5C | 23 | B | 0 | 3E | 58 | 40 | 12 | 4F | 14 |
| Octal | 134 | 43 | 13 | 0 | 76 | 130 | 100 | 22 | 117 | 24 |
| Binary | 1011100 | 100011 | 1011 | 0 | 111110 | 1011000 | 1000000 | 10010 | 1001111 | 10100 |
Color Harmonies of #5C230B
Complementary color
Monochromatic Colors of #5C230B
Black with #5C230B
Text Example
Text Example
White with #5C230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C230B; }
p { color: rgb(92,35,11); }
H1.HeaderClassName
{
color: #5C230B;
}
.AnyTagClassName
{
color: #5C230B;
}
</style>
background-color css
<style>
a { background-color: #5C230B; }
a { background-color: rgb(92,35,11); }
div.DivClassName
{
background-color: #5C230B;
}
.BgClassName
{
background-color: #5C230B;
}
</style>
border-color css
<style>
span { border-color: #5C230B; }
span { border-color: rgb(92,35,11); }
td.TdClassName
{
border-color: #5C230B;
}
.TagClassName
{
border-color: #5C230B;
}
</style>