Shades of Baker's Chocolate #533A0D
Tints of Baker's Chocolate #533A0D
RGB
CMYK
RGB Variations
Color information
#533A0D (or 0x533A0D) is known color: Baker's Chocolate. HEX triplet: 53, 3A and 0D. RGB value is (83,58,13). Sum of RGB (Red+Green+Blue) = 83+58+13=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #533A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A0D is #ACC5F2. Grayscale: #3C3C3C. Windows color (decimal): -11322867 or 866899. OLE color: 866899.
HSL color Cylindrical-coordinate representation of color #533A0D: hue angle of 38.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #533A0D is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 13 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.67 |
| HSL | 38.57º | 0.73% | 0.19% | - |
| HSV(B) | 38.57º | 0.84% | 0.33% | - |
| XYZ | 5.15 | 4.89 | 1.05 | - |
| YUV | 60.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 13 | 0 | 0.30 | 0.84 | 0.67 | 38.57 | 0.73 | 0.19 |
| Hex | 53 | 3A | D | 0 | 1E | 54 | 43 | 27 | 49 | 13 |
| Octal | 123 | 72 | 15 | 0 | 36 | 124 | 103 | 47 | 111 | 23 |
| Binary | 1010011 | 111010 | 1101 | 0 | 11110 | 1010100 | 1000011 | 100111 | 1001001 | 10011 |
Color Harmonies of #533A0D
Complementary color
Monochromatic Colors of #533A0D
Black with #533A0D
Text Example
Text Example
White with #533A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A0D; }
p { color: rgb(83,58,13); }
H1.HeaderClassName
{
color: #533A0D;
}
.AnyTagClassName
{
color: #533A0D;
}
</style>
background-color css
<style>
a { background-color: #533A0D; }
a { background-color: rgb(83,58,13); }
div.DivClassName
{
background-color: #533A0D;
}
.BgClassName
{
background-color: #533A0D;
}
</style>
border-color css
<style>
span { border-color: #533A0D; }
span { border-color: rgb(83,58,13); }
td.TdClassName
{
border-color: #533A0D;
}
.TagClassName
{
border-color: #533A0D;
}
</style>