Shades of Baker's Chocolate #553A02
Tints of Baker's Chocolate #553A02
RGB
CMYK
RGB Variations
Color information
#553A02 (or 0x553A02) is known color: Baker's Chocolate. HEX triplet: 55, 3A and 02. RGB value is (85,58,2). Sum of RGB (Red+Green+Blue) = 85+58+2=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #553A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553A02 is #AAC5FD. Grayscale: #3B3B3B. Windows color (decimal): -11191806 or 146005. OLE color: 146005.
HSL color Cylindrical-coordinate representation of color #553A02: hue angle of 40.48º 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 #553A02 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 2 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.67 |
| HSL | 40.48º | 0.95% | 0.17% | - |
| HSV(B) | 40.48º | 0.98% | 0.33% | - |
| XYZ | 5.27 | 4.96 | 0.74 | - |
| YUV | 59.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 2 | 0 | 0.32 | 0.98 | 0.67 | 40.48 | 0.95 | 0.17 |
| Hex | 55 | 3A | 2 | 0 | 20 | 62 | 43 | 28 | 5F | 11 |
| Octal | 125 | 72 | 2 | 0 | 40 | 142 | 103 | 50 | 137 | 21 |
| Binary | 1010101 | 111010 | 10 | 0 | 100000 | 1100010 | 1000011 | 101000 | 1011111 | 10001 |
Color Harmonies of #553A02
Complementary color
Monochromatic Colors of #553A02
Black with #553A02
Text Example
Text Example
White with #553A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A02; }
p { color: rgb(85,58,2); }
H1.HeaderClassName
{
color: #553A02;
}
.AnyTagClassName
{
color: #553A02;
}
</style>
background-color css
<style>
a { background-color: #553A02; }
a { background-color: rgb(85,58,2); }
div.DivClassName
{
background-color: #553A02;
}
.BgClassName
{
background-color: #553A02;
}
</style>
border-color css
<style>
span { border-color: #553A02; }
span { border-color: rgb(85,58,2); }
td.TdClassName
{
border-color: #553A02;
}
.TagClassName
{
border-color: #553A02;
}
</style>