Shades of Baker's Chocolate #532502
Tints of Baker's Chocolate #532502
RGB
CMYK
RGB Variations
Color information
#532502 (or 0x532502) is known color: Baker's Chocolate. HEX triplet: 53, 25 and 02. RGB value is (83,37,2). Sum of RGB (Red+Green+Blue) = 83+37+2=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #532502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532502 is #ACDAFD. Grayscale: #2E2E2E. Windows color (decimal): -11328254 or 140627. OLE color: 140627.
HSL color Cylindrical-coordinate representation of color #532502: hue angle of 25.93º 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 #532502 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 37 | 2 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.67 |
| HSL | 25.93º | 0.95% | 0.17% | - |
| HSV(B) | 25.93º | 0.98% | 0.33% | - |
| XYZ | 4.24 | 3.17 | 0.45 | - |
| YUV | 46.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 2 | 0 | 0.55 | 0.98 | 0.67 | 25.93 | 0.95 | 0.17 |
| Hex | 53 | 25 | 2 | 0 | 37 | 62 | 43 | 1A | 5F | 11 |
| Octal | 123 | 45 | 2 | 0 | 67 | 142 | 103 | 32 | 137 | 21 |
| Binary | 1010011 | 100101 | 10 | 0 | 110111 | 1100010 | 1000011 | 11010 | 1011111 | 10001 |
Color Harmonies of #532502
Complementary color
Monochromatic Colors of #532502
Black with #532502
Text Example
Text Example
White with #532502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532502; }
p { color: rgb(83,37,2); }
H1.HeaderClassName
{
color: #532502;
}
.AnyTagClassName
{
color: #532502;
}
</style>
background-color css
<style>
a { background-color: #532502; }
a { background-color: rgb(83,37,2); }
div.DivClassName
{
background-color: #532502;
}
.BgClassName
{
background-color: #532502;
}
</style>
border-color css
<style>
span { border-color: #532502; }
span { border-color: rgb(83,37,2); }
td.TdClassName
{
border-color: #532502;
}
.TagClassName
{
border-color: #532502;
}
</style>