Shades of Baker's Chocolate #53320F
Tints of Baker's Chocolate #53320F
RGB
CMYK
RGB Variations
Color information
#53320F (or 0x53320F) is known color: Baker's Chocolate. HEX triplet: 53, 32 and 0F. RGB value is (83,50,15). Sum of RGB (Red+Green+Blue) = 83+50+15=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53320F is #ACCDF0. Grayscale: #383838. Windows color (decimal): -11324913 or 995923. OLE color: 995923.
HSL color Cylindrical-coordinate representation of color #53320F: hue angle of 30.88º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53320F is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 50 | 15 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.67 |
| HSL | 30.88º | 0.69% | 0.19% | - |
| HSV(B) | 30.88º | 0.82% | 0.33% | - |
| XYZ | 4.79 | 4.15 | 1 | - |
| YUV | 55.88 | 104.93 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 15 | 0 | 0.40 | 0.82 | 0.67 | 30.88 | 0.69 | 0.19 |
| Hex | 53 | 32 | F | 0 | 28 | 52 | 43 | 1F | 45 | 13 |
| Octal | 123 | 62 | 17 | 0 | 50 | 122 | 103 | 37 | 105 | 23 |
| Binary | 1010011 | 110010 | 1111 | 0 | 101000 | 1010010 | 1000011 | 11111 | 1000101 | 10011 |
Color Harmonies of #53320F
Complementary color
Monochromatic Colors of #53320F
Black with #53320F
Text Example
Text Example
White with #53320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53320F; }
p { color: rgb(83,50,15); }
H1.HeaderClassName
{
color: #53320F;
}
.AnyTagClassName
{
color: #53320F;
}
</style>
background-color css
<style>
a { background-color: #53320F; }
a { background-color: rgb(83,50,15); }
div.DivClassName
{
background-color: #53320F;
}
.BgClassName
{
background-color: #53320F;
}
</style>
border-color css
<style>
span { border-color: #53320F; }
span { border-color: rgb(83,50,15); }
td.TdClassName
{
border-color: #53320F;
}
.TagClassName
{
border-color: #53320F;
}
</style>