Shades of Baker's Chocolate #533004
Tints of Baker's Chocolate #533004
RGB
CMYK
RGB Variations
Color information
#533004 (or 0x533004) is known color: Baker's Chocolate. HEX triplet: 53, 30 and 04. RGB value is (83,48,4). Sum of RGB (Red+Green+Blue) = 83+48+4=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #533004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533004 is #ACCFFB. Grayscale: #353535. Windows color (decimal): -11325436 or 274515. OLE color: 274515.
HSL color Cylindrical-coordinate representation of color #533004: hue angle of 33.42º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #533004 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 4 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.67 |
| HSL | 33.42º | 0.91% | 0.17% | - |
| HSV(B) | 33.42º | 0.95% | 0.33% | - |
| XYZ | 4.65 | 3.96 | 0.63 | - |
| YUV | 53.45 | 100.1 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 4 | 0 | 0.42 | 0.95 | 0.67 | 33.42 | 0.91 | 0.17 |
| Hex | 53 | 30 | 4 | 0 | 2A | 5F | 43 | 21 | 5B | 11 |
| Octal | 123 | 60 | 4 | 0 | 52 | 137 | 103 | 41 | 133 | 21 |
| Binary | 1010011 | 110000 | 100 | 0 | 101010 | 1011111 | 1000011 | 100001 | 1011011 | 10001 |
Color Harmonies of #533004
Complementary color
Monochromatic Colors of #533004
Black with #533004
Text Example
Text Example
White with #533004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533004; }
p { color: rgb(83,48,4); }
H1.HeaderClassName
{
color: #533004;
}
.AnyTagClassName
{
color: #533004;
}
</style>
background-color css
<style>
a { background-color: #533004; }
a { background-color: rgb(83,48,4); }
div.DivClassName
{
background-color: #533004;
}
.BgClassName
{
background-color: #533004;
}
</style>
border-color css
<style>
span { border-color: #533004; }
span { border-color: rgb(83,48,4); }
td.TdClassName
{
border-color: #533004;
}
.TagClassName
{
border-color: #533004;
}
</style>