Shades of Baker's Chocolate #532802
Tints of Baker's Chocolate #532802
RGB
CMYK
RGB Variations
Color information
#532802 (or 0x532802) is known color: Baker's Chocolate. HEX triplet: 53, 28 and 02. RGB value is (83,40,2). Sum of RGB (Red+Green+Blue) = 83+40+2=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #532802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532802 is #ACD7FD. Grayscale: #303030. Windows color (decimal): -11327486 or 141395. OLE color: 141395.
HSL color Cylindrical-coordinate representation of color #532802: hue angle of 28.15º 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 #532802 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 2 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.67 |
| HSL | 28.15º | 0.95% | 0.17% | - |
| HSV(B) | 28.15º | 0.98% | 0.33% | - |
| XYZ | 4.34 | 3.36 | 0.48 | - |
| YUV | 48.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 2 | 0 | 0.52 | 0.98 | 0.67 | 28.15 | 0.95 | 0.17 |
| Hex | 53 | 28 | 2 | 0 | 34 | 62 | 43 | 1C | 5F | 11 |
| Octal | 123 | 50 | 2 | 0 | 64 | 142 | 103 | 34 | 137 | 21 |
| Binary | 1010011 | 101000 | 10 | 0 | 110100 | 1100010 | 1000011 | 11100 | 1011111 | 10001 |
Color Harmonies of #532802
Complementary color
Monochromatic Colors of #532802
Black with #532802
Text Example
Text Example
White with #532802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532802; }
p { color: rgb(83,40,2); }
H1.HeaderClassName
{
color: #532802;
}
.AnyTagClassName
{
color: #532802;
}
</style>
background-color css
<style>
a { background-color: #532802; }
a { background-color: rgb(83,40,2); }
div.DivClassName
{
background-color: #532802;
}
.BgClassName
{
background-color: #532802;
}
</style>
border-color css
<style>
span { border-color: #532802; }
span { border-color: rgb(83,40,2); }
td.TdClassName
{
border-color: #532802;
}
.TagClassName
{
border-color: #532802;
}
</style>