Shades of Baker's Chocolate #532E08
Tints of Baker's Chocolate #532E08
RGB
CMYK
RGB Variations
Color information
#532E08 (or 0x532E08) is known color: Baker's Chocolate. HEX triplet: 53, 2E and 08. RGB value is (83,46,8). Sum of RGB (Red+Green+Blue) = 83+46+8=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #532E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E08 is #ACD1F7. Grayscale: #343434. Windows color (decimal): -11325944 or 536147. OLE color: 536147.
HSL color Cylindrical-coordinate representation of color #532E08: hue angle of 30.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #532E08 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 8 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.67 |
| HSL | 30.4º | 0.82% | 0.18% | - |
| HSV(B) | 30.4º | 0.9% | 0.33% | - |
| XYZ | 4.59 | 3.81 | 0.72 | - |
| YUV | 52.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 8 | 0 | 0.45 | 0.90 | 0.67 | 30.4 | 0.82 | 0.18 |
| Hex | 53 | 2E | 8 | 0 | 2D | 5A | 43 | 1E | 52 | 12 |
| Octal | 123 | 56 | 10 | 0 | 55 | 132 | 103 | 36 | 122 | 22 |
| Binary | 1010011 | 101110 | 1000 | 0 | 101101 | 1011010 | 1000011 | 11110 | 1010010 | 10010 |
Color Harmonies of #532E08
Complementary color
Monochromatic Colors of #532E08
Black with #532E08
Text Example
Text Example
White with #532E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E08; }
p { color: rgb(83,46,8); }
H1.HeaderClassName
{
color: #532E08;
}
.AnyTagClassName
{
color: #532E08;
}
</style>
background-color css
<style>
a { background-color: #532E08; }
a { background-color: rgb(83,46,8); }
div.DivClassName
{
background-color: #532E08;
}
.BgClassName
{
background-color: #532E08;
}
</style>
border-color css
<style>
span { border-color: #532E08; }
span { border-color: rgb(83,46,8); }
td.TdClassName
{
border-color: #532E08;
}
.TagClassName
{
border-color: #532E08;
}
</style>