Shades of Baker's Chocolate #533B07
Tints of Baker's Chocolate #533B07
RGB
CMYK
RGB Variations
Color information
#533B07 (or 0x533B07) is known color: Baker's Chocolate. HEX triplet: 53, 3B and 07. RGB value is (83,59,7). Sum of RGB (Red+Green+Blue) = 83+59+7=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #533B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B07 is #ACC4F8. Grayscale: #3C3C3C. Windows color (decimal): -11322617 or 473939. OLE color: 473939.
HSL color Cylindrical-coordinate representation of color #533B07: hue angle of 41.05º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #533B07 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 7 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.67 |
| HSL | 41.05º | 0.84% | 0.18% | - |
| HSV(B) | 41.05º | 0.92% | 0.33% | - |
| XYZ | 5.17 | 4.98 | 0.89 | - |
| YUV | 60.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 7 | 0 | 0.29 | 0.92 | 0.67 | 41.05 | 0.84 | 0.18 |
| Hex | 53 | 3B | 7 | 0 | 1D | 5C | 43 | 29 | 54 | 12 |
| Octal | 123 | 73 | 7 | 0 | 35 | 134 | 103 | 51 | 124 | 22 |
| Binary | 1010011 | 111011 | 111 | 0 | 11101 | 1011100 | 1000011 | 101001 | 1010100 | 10010 |
Color Harmonies of #533B07
Complementary color
Monochromatic Colors of #533B07
Black with #533B07
Text Example
Text Example
White with #533B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B07; }
p { color: rgb(83,59,7); }
H1.HeaderClassName
{
color: #533B07;
}
.AnyTagClassName
{
color: #533B07;
}
</style>
background-color css
<style>
a { background-color: #533B07; }
a { background-color: rgb(83,59,7); }
div.DivClassName
{
background-color: #533B07;
}
.BgClassName
{
background-color: #533B07;
}
</style>
border-color css
<style>
span { border-color: #533B07; }
span { border-color: rgb(83,59,7); }
td.TdClassName
{
border-color: #533B07;
}
.TagClassName
{
border-color: #533B07;
}
</style>