Shades of Baker's Chocolate #533A08
Tints of Baker's Chocolate #533A08
RGB
CMYK
RGB Variations
Color information
#533A08 (or 0x533A08) is known color: Baker's Chocolate. HEX triplet: 53, 3A and 08. RGB value is (83,58,8). Sum of RGB (Red+Green+Blue) = 83+58+8=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #533A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A08 is #ACC5F7. Grayscale: #3C3C3C. Windows color (decimal): -11322872 or 539219. OLE color: 539219.
HSL color Cylindrical-coordinate representation of color #533A08: hue angle of 40º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #533A08 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 8 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.67 |
| HSL | 40º | 0.82% | 0.18% | - |
| HSV(B) | 40º | 0.9% | 0.33% | - |
| XYZ | 5.12 | 4.88 | 0.9 | - |
| YUV | 59.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 8 | 0 | 0.30 | 0.90 | 0.67 | 40 | 0.82 | 0.18 |
| Hex | 53 | 3A | 8 | 0 | 1E | 5A | 43 | 28 | 52 | 12 |
| Octal | 123 | 72 | 10 | 0 | 36 | 132 | 103 | 50 | 122 | 22 |
| Binary | 1010011 | 111010 | 1000 | 0 | 11110 | 1011010 | 1000011 | 101000 | 1010010 | 10010 |
Color Harmonies of #533A08
Complementary color
Monochromatic Colors of #533A08
Black with #533A08
Text Example
Text Example
White with #533A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A08; }
p { color: rgb(83,58,8); }
H1.HeaderClassName
{
color: #533A08;
}
.AnyTagClassName
{
color: #533A08;
}
</style>
background-color css
<style>
a { background-color: #533A08; }
a { background-color: rgb(83,58,8); }
div.DivClassName
{
background-color: #533A08;
}
.BgClassName
{
background-color: #533A08;
}
</style>
border-color css
<style>
span { border-color: #533A08; }
span { border-color: rgb(83,58,8); }
td.TdClassName
{
border-color: #533A08;
}
.TagClassName
{
border-color: #533A08;
}
</style>