Shades of Baker's Chocolate #5A3802
Tints of Baker's Chocolate #5A3802
RGB
CMYK
RGB Variations
Color information
#5A3802 (or 0x5A3802) is known color: Baker's Chocolate. HEX triplet: 5A, 38 and 02. RGB value is (90,56,2). Sum of RGB (Red+Green+Blue) = 90+56+2=148 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.81% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3802 is #A5C7FD. Grayscale: #3C3C3C. Windows color (decimal): -10864638 or 145498. OLE color: 145498.
HSL color Cylindrical-coordinate representation of color #5A3802: hue angle of 36.82º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A3802 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 56 | 2 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.65 |
| HSL | 36.82º | 0.96% | 0.18% | - |
| HSV(B) | 36.82º | 0.98% | 0.35% | - |
| XYZ | 5.64 | 5.01 | 0.73 | - |
| YUV | 60.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 56 | 2 | 0 | 0.38 | 0.98 | 0.65 | 36.82 | 0.96 | 0.18 |
| Hex | 5A | 38 | 2 | 0 | 26 | 62 | 41 | 25 | 60 | 12 |
| Octal | 132 | 70 | 2 | 0 | 46 | 142 | 101 | 45 | 140 | 22 |
| Binary | 1011010 | 111000 | 10 | 0 | 100110 | 1100010 | 1000001 | 100101 | 1100000 | 10010 |
Color Harmonies of #5A3802
Complementary color
Monochromatic Colors of #5A3802
Black with #5A3802
Text Example
Text Example
White with #5A3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3802; }
p { color: rgb(90,56,2); }
H1.HeaderClassName
{
color: #5A3802;
}
.AnyTagClassName
{
color: #5A3802;
}
</style>
background-color css
<style>
a { background-color: #5A3802; }
a { background-color: rgb(90,56,2); }
div.DivClassName
{
background-color: #5A3802;
}
.BgClassName
{
background-color: #5A3802;
}
</style>
border-color css
<style>
span { border-color: #5A3802; }
span { border-color: rgb(90,56,2); }
td.TdClassName
{
border-color: #5A3802;
}
.TagClassName
{
border-color: #5A3802;
}
</style>