Shades of Baker's Chocolate #53330A
Tints of Baker's Chocolate #53330A
RGB
CMYK
RGB Variations
Color information
#53330A (or 0x53330A) is known color: Baker's Chocolate. HEX triplet: 53, 33 and 0A. RGB value is (83,51,10). Sum of RGB (Red+Green+Blue) = 83+51+10=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #53330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53330A is #ACCCF5. Grayscale: #383838. Windows color (decimal): -11324662 or 668499. OLE color: 668499.
HSL color Cylindrical-coordinate representation of color #53330A: hue angle of 33.7º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53330A is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 51 | 10 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.67 |
| HSL | 33.7º | 0.78% | 0.18% | - |
| HSV(B) | 33.7º | 0.88% | 0.33% | - |
| XYZ | 4.81 | 4.23 | 0.85 | - |
| YUV | 55.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 10 | 0 | 0.39 | 0.88 | 0.67 | 33.7 | 0.78 | 0.18 |
| Hex | 53 | 33 | A | 0 | 27 | 58 | 43 | 22 | 4E | 12 |
| Octal | 123 | 63 | 12 | 0 | 47 | 130 | 103 | 42 | 116 | 22 |
| Binary | 1010011 | 110011 | 1010 | 0 | 100111 | 1011000 | 1000011 | 100010 | 1001110 | 10010 |
Color Harmonies of #53330A
Complementary color
Monochromatic Colors of #53330A
Black with #53330A
Text Example
Text Example
White with #53330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53330A; }
p { color: rgb(83,51,10); }
H1.HeaderClassName
{
color: #53330A;
}
.AnyTagClassName
{
color: #53330A;
}
</style>
background-color css
<style>
a { background-color: #53330A; }
a { background-color: rgb(83,51,10); }
div.DivClassName
{
background-color: #53330A;
}
.BgClassName
{
background-color: #53330A;
}
</style>
border-color css
<style>
span { border-color: #53330A; }
span { border-color: rgb(83,51,10); }
td.TdClassName
{
border-color: #53330A;
}
.TagClassName
{
border-color: #53330A;
}
</style>