Shades of Baker's Chocolate #5D3A1A
Tints of Baker's Chocolate #5D3A1A
RGB
CMYK
RGB Variations
Color information
#5D3A1A (or 0x5D3A1A) is known color: Baker's Chocolate. HEX triplet: 5D, 3A and 1A. RGB value is (93,58,26). Sum of RGB (Red+Green+Blue) = 93+58+26=177 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.54% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3A1A is #A2C5E5. Grayscale: #404040. Windows color (decimal): -10667494 or 1718877. OLE color: 1718877.
HSL color Cylindrical-coordinate representation of color #5D3A1A: hue angle of 28.66º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D3A1A is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 58 | 26 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.64 |
| HSL | 28.66º | 0.56% | 0.23% | - |
| HSV(B) | 28.66º | 0.72% | 0.36% | - |
| XYZ | 6.21 | 5.43 | 1.7 | - |
| YUV | 64.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 26 | 0 | 0.38 | 0.72 | 0.64 | 28.66 | 0.56 | 0.23 |
| Hex | 5D | 3A | 1A | 0 | 26 | 48 | 40 | 1D | 38 | 17 |
| Octal | 135 | 72 | 32 | 0 | 46 | 110 | 100 | 35 | 70 | 27 |
| Binary | 1011101 | 111010 | 11010 | 0 | 100110 | 1001000 | 1000000 | 11101 | 111000 | 10111 |
Color Harmonies of #5D3A1A
Complementary color
Monochromatic Colors of #5D3A1A
Black with #5D3A1A
Text Example
Text Example
White with #5D3A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3A1A; }
p { color: rgb(93,58,26); }
H1.HeaderClassName
{
color: #5D3A1A;
}
.AnyTagClassName
{
color: #5D3A1A;
}
</style>
background-color css
<style>
a { background-color: #5D3A1A; }
a { background-color: rgb(93,58,26); }
div.DivClassName
{
background-color: #5D3A1A;
}
.BgClassName
{
background-color: #5D3A1A;
}
</style>
border-color css
<style>
span { border-color: #5D3A1A; }
span { border-color: rgb(93,58,26); }
td.TdClassName
{
border-color: #5D3A1A;
}
.TagClassName
{
border-color: #5D3A1A;
}
</style>