Shades of Baker's Chocolate #533800
Tints of Baker's Chocolate #533800
RGB
CMYK
RGB Variations
Color information
#533800 (or 0x533800) is known color: Baker's Chocolate. HEX triplet: 53, 38 and 00. RGB value is (83,56,0). Sum of RGB (Red+Green+Blue) = 83+56+0=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #533800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533800 is #ACC7FF. Grayscale: #393939. Windows color (decimal): -11323392 or 14419. OLE color: 14419.
HSL color Cylindrical-coordinate representation of color #533800: hue angle of 40.48º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #533800 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.67 |
| HSL | 40.48º | 1% | 0.16% | - |
| HSV(B) | 40.48º | 1% | 0.33% | - |
| XYZ | 4.98 | 4.67 | 0.64 | - |
| YUV | 57.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 0 | 0 | 0.33 | 1 | 0.67 | 40.48 | 1 | 0.16 |
| Hex | 53 | 38 | 0 | 0 | 21 | 64 | 43 | 28 | 64 | 10 |
| Octal | 123 | 70 | 0 | 0 | 41 | 144 | 103 | 50 | 144 | 20 |
| Binary | 1010011 | 111000 | 0 | 0 | 100001 | 1100100 | 1000011 | 101000 | 1100100 | 10000 |
Color Harmonies of #533800
Complementary color
Monochromatic Colors of #533800
Black with #533800
Text Example
Text Example
White with #533800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533800; }
p { color: rgb(83,56,0); }
H1.HeaderClassName
{
color: #533800;
}
.AnyTagClassName
{
color: #533800;
}
</style>
background-color css
<style>
a { background-color: #533800; }
a { background-color: rgb(83,56,0); }
div.DivClassName
{
background-color: #533800;
}
.BgClassName
{
background-color: #533800;
}
</style>
border-color css
<style>
span { border-color: #533800; }
span { border-color: rgb(83,56,0); }
td.TdClassName
{
border-color: #533800;
}
.TagClassName
{
border-color: #533800;
}
</style>