Shades of Baker's Chocolate #533A0E
Tints of Baker's Chocolate #533A0E
RGB
CMYK
RGB Variations
Color information
#533A0E (or 0x533A0E) is known color: Baker's Chocolate. HEX triplet: 53, 3A and 0E. RGB value is (83,58,14). Sum of RGB (Red+Green+Blue) = 83+58+14=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A0E is #ACC5F1. Grayscale: #3C3C3C. Windows color (decimal): -11322866 or 932435. OLE color: 932435.
HSL color Cylindrical-coordinate representation of color #533A0E: hue angle of 38.26º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #533A0E is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 14 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.67 |
| HSL | 38.26º | 0.71% | 0.19% | - |
| HSV(B) | 38.26º | 0.83% | 0.33% | - |
| XYZ | 5.16 | 4.9 | 1.09 | - |
| YUV | 60.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 14 | 0 | 0.30 | 0.83 | 0.67 | 38.26 | 0.71 | 0.19 |
| Hex | 53 | 3A | E | 0 | 1E | 53 | 43 | 26 | 47 | 13 |
| Octal | 123 | 72 | 16 | 0 | 36 | 123 | 103 | 46 | 107 | 23 |
| Binary | 1010011 | 111010 | 1110 | 0 | 11110 | 1010011 | 1000011 | 100110 | 1000111 | 10011 |
Color Harmonies of #533A0E
Complementary color
Monochromatic Colors of #533A0E
Black with #533A0E
Text Example
Text Example
White with #533A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A0E; }
p { color: rgb(83,58,14); }
H1.HeaderClassName
{
color: #533A0E;
}
.AnyTagClassName
{
color: #533A0E;
}
</style>
background-color css
<style>
a { background-color: #533A0E; }
a { background-color: rgb(83,58,14); }
div.DivClassName
{
background-color: #533A0E;
}
.BgClassName
{
background-color: #533A0E;
}
</style>
border-color css
<style>
span { border-color: #533A0E; }
span { border-color: rgb(83,58,14); }
td.TdClassName
{
border-color: #533A0E;
}
.TagClassName
{
border-color: #533A0E;
}
</style>