Shades of Baker's Chocolate #532E0F
Tints of Baker's Chocolate #532E0F
RGB
CMYK
RGB Variations
Color information
#532E0F (or 0x532E0F) is known color: Baker's Chocolate. HEX triplet: 53, 2E and 0F. RGB value is (83,46,15). Sum of RGB (Red+Green+Blue) = 83+46+15=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #532E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E0F is #ACD1F0. Grayscale: #353535. Windows color (decimal): -11325937 or 994899. OLE color: 994899.
HSL color Cylindrical-coordinate representation of color #532E0F: hue angle of 27.35º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #532E0F is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 15 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.67 |
| HSL | 27.35º | 0.69% | 0.19% | - |
| HSV(B) | 27.35º | 0.82% | 0.33% | - |
| XYZ | 4.63 | 3.83 | 0.95 | - |
| YUV | 53.53 | 106.26 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 15 | 0 | 0.45 | 0.82 | 0.67 | 27.35 | 0.69 | 0.19 |
| Hex | 53 | 2E | F | 0 | 2D | 52 | 43 | 1B | 45 | 13 |
| Octal | 123 | 56 | 17 | 0 | 55 | 122 | 103 | 33 | 105 | 23 |
| Binary | 1010011 | 101110 | 1111 | 0 | 101101 | 1010010 | 1000011 | 11011 | 1000101 | 10011 |
Color Harmonies of #532E0F
Complementary color
Monochromatic Colors of #532E0F
Black with #532E0F
Text Example
Text Example
White with #532E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E0F; }
p { color: rgb(83,46,15); }
H1.HeaderClassName
{
color: #532E0F;
}
.AnyTagClassName
{
color: #532E0F;
}
</style>
background-color css
<style>
a { background-color: #532E0F; }
a { background-color: rgb(83,46,15); }
div.DivClassName
{
background-color: #532E0F;
}
.BgClassName
{
background-color: #532E0F;
}
</style>
border-color css
<style>
span { border-color: #532E0F; }
span { border-color: rgb(83,46,15); }
td.TdClassName
{
border-color: #532E0F;
}
.TagClassName
{
border-color: #532E0F;
}
</style>