Shades of Baker's Chocolate #532A00
Tints of Baker's Chocolate #532A00
RGB
CMYK
RGB Variations
Color information
#532A00 (or 0x532A00) is known color: Baker's Chocolate. HEX triplet: 53, 2A and 00. RGB value is (83,42,0). Sum of RGB (Red+Green+Blue) = 83+42+0=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #532A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532A00 is #ACD5FF. Grayscale: #313131. Windows color (decimal): -11326976 or 10835. OLE color: 10835.
HSL color Cylindrical-coordinate representation of color #532A00: hue angle of 30.36º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #532A00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
RGB | 83 | 42 | 0 | - |
CMYK | 0 | 0.49 | 1 | 0.67 |
HSL | 30.36º | 1% | 0.16% | - |
HSV(B) | 30.36º | 1% | 0.33% | - |
XYZ | 4.4 | 3.49 | 0.44 | - |
YUV | 49.47 | 100.08 | 151.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 83 | 42 | 0 | 0 | 0.49 | 1 | 0.67 | 30.36 | 1 | 0.16 |
Hex | 53 | 2A | 0 | 0 | 31 | 64 | 43 | 1E | 64 | 10 |
Octal | 123 | 52 | 0 | 0 | 61 | 144 | 103 | 36 | 144 | 20 |
Binary | 1010011 | 101010 | 0 | 0 | 110001 | 1100100 | 1000011 | 11110 | 1100100 | 10000 |
Color Harmonies of #532A00
Complementary color
Monochromatic Colors of #532A00
Black with #532A00
Text Example
Text Example
White with #532A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A00; }
p { color: rgb(83,42,0); }
H1.HeaderClassName
{
color: #532A00;
}
.AnyTagClassName
{
color: #532A00;
}
</style>
background-color css
<style>
a { background-color: #532A00; }
a { background-color: rgb(83,42,0); }
div.DivClassName
{
background-color: #532A00;
}
.BgClassName
{
background-color: #532A00;
}
</style>
border-color css
<style>
span { border-color: #532A00; }
span { border-color: rgb(83,42,0); }
td.TdClassName
{
border-color: #532A00;
}
.TagClassName
{
border-color: #532A00;
}
</style>