Shades of Baker's Chocolate #533902
Tints of Baker's Chocolate #533902
RGB
CMYK
RGB Variations
Color information
#533902 (or 0x533902) is known color: Baker's Chocolate. HEX triplet: 53, 39 and 02. RGB value is (83,57,2). Sum of RGB (Red+Green+Blue) = 83+57+2=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #533902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533902 is #ACC6FD. Grayscale: #3A3A3A. Windows color (decimal): -11323134 or 145747. OLE color: 145747.
HSL color Cylindrical-coordinate representation of color #533902: hue angle of 40.74º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #533902 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 57 | 2 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.67 |
| HSL | 40.74º | 0.95% | 0.17% | - |
| HSV(B) | 40.74º | 0.98% | 0.33% | - |
| XYZ | 5.04 | 4.77 | 0.71 | - |
| YUV | 58.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 2 | 0 | 0.31 | 0.98 | 0.67 | 40.74 | 0.95 | 0.17 |
| Hex | 53 | 39 | 2 | 0 | 1F | 62 | 43 | 29 | 5F | 11 |
| Octal | 123 | 71 | 2 | 0 | 37 | 142 | 103 | 51 | 137 | 21 |
| Binary | 1010011 | 111001 | 10 | 0 | 11111 | 1100010 | 1000011 | 101001 | 1011111 | 10001 |
Color Harmonies of #533902
Complementary color
Monochromatic Colors of #533902
Black with #533902
Text Example
Text Example
White with #533902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533902; }
p { color: rgb(83,57,2); }
H1.HeaderClassName
{
color: #533902;
}
.AnyTagClassName
{
color: #533902;
}
</style>
background-color css
<style>
a { background-color: #533902; }
a { background-color: rgb(83,57,2); }
div.DivClassName
{
background-color: #533902;
}
.BgClassName
{
background-color: #533902;
}
</style>
border-color css
<style>
span { border-color: #533902; }
span { border-color: rgb(83,57,2); }
td.TdClassName
{
border-color: #533902;
}
.TagClassName
{
border-color: #533902;
}
</style>