Shades of Baker's Chocolate #532E01
Tints of Baker's Chocolate #532E01
RGB
CMYK
RGB Variations
Color information
#532E01 (or 0x532E01) is known color: Baker's Chocolate. HEX triplet: 53, 2E and 01. RGB value is (83,46,1). Sum of RGB (Red+Green+Blue) = 83+46+1=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #532E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E01 is #ACD1FE. Grayscale: #343434. Windows color (decimal): -11325951 or 77395. OLE color: 77395.
HSL color Cylindrical-coordinate representation of color #532E01: hue angle of 32.93º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #532E01 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.67 |
| HSL | 32.93º | 0.98% | 0.16% | - |
| HSV(B) | 32.93º | 0.99% | 0.33% | - |
| XYZ | 4.55 | 3.8 | 0.52 | - |
| YUV | 51.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 1 | 0 | 0.45 | 0.99 | 0.67 | 32.93 | 0.98 | 0.16 |
| Hex | 53 | 2E | 1 | 0 | 2D | 63 | 43 | 21 | 62 | 10 |
| Octal | 123 | 56 | 1 | 0 | 55 | 143 | 103 | 41 | 142 | 20 |
| Binary | 1010011 | 101110 | 1 | 0 | 101101 | 1100011 | 1000011 | 100001 | 1100010 | 10000 |
Color Harmonies of #532E01
Complementary color
Monochromatic Colors of #532E01
Black with #532E01
Text Example
Text Example
White with #532E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E01; }
p { color: rgb(83,46,1); }
H1.HeaderClassName
{
color: #532E01;
}
.AnyTagClassName
{
color: #532E01;
}
</style>
background-color css
<style>
a { background-color: #532E01; }
a { background-color: rgb(83,46,1); }
div.DivClassName
{
background-color: #532E01;
}
.BgClassName
{
background-color: #532E01;
}
</style>
border-color css
<style>
span { border-color: #532E01; }
span { border-color: rgb(83,46,1); }
td.TdClassName
{
border-color: #532E01;
}
.TagClassName
{
border-color: #532E01;
}
</style>