Shades of Baker's Chocolate #533A12
Tints of Baker's Chocolate #533A12
RGB
CMYK
RGB Variations
Color information
#533A12 (or 0x533A12) is known color: Baker's Chocolate. HEX triplet: 53, 3A and 12. RGB value is (83,58,18). Sum of RGB (Red+Green+Blue) = 83+58+18=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #533A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A12 is #ACC5ED. Grayscale: #3D3D3D. Windows color (decimal): -11322862 or 1194579. OLE color: 1194579.
HSL color Cylindrical-coordinate representation of color #533A12: hue angle of 36.92º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #533A12 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 18 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.67 |
| HSL | 36.92º | 0.64% | 0.2% | - |
| HSV(B) | 36.92º | 0.78% | 0.33% | - |
| XYZ | 5.19 | 4.91 | 1.25 | - |
| YUV | 60.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 18 | 0 | 0.30 | 0.78 | 0.67 | 36.92 | 0.64 | 0.2 |
| Hex | 53 | 3A | 12 | 0 | 1E | 4E | 43 | 25 | 40 | 14 |
| Octal | 123 | 72 | 22 | 0 | 36 | 116 | 103 | 45 | 100 | 24 |
| Binary | 1010011 | 111010 | 10010 | 0 | 11110 | 1001110 | 1000011 | 100101 | 1000000 | 10100 |
Color Harmonies of #533A12
Complementary color
Monochromatic Colors of #533A12
Black with #533A12
Text Example
Text Example
White with #533A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A12; }
p { color: rgb(83,58,18); }
H1.HeaderClassName
{
color: #533A12;
}
.AnyTagClassName
{
color: #533A12;
}
</style>
background-color css
<style>
a { background-color: #533A12; }
a { background-color: rgb(83,58,18); }
div.DivClassName
{
background-color: #533A12;
}
.BgClassName
{
background-color: #533A12;
}
</style>
border-color css
<style>
span { border-color: #533A12; }
span { border-color: rgb(83,58,18); }
td.TdClassName
{
border-color: #533A12;
}
.TagClassName
{
border-color: #533A12;
}
</style>