Shades of Baker's Chocolate #5D301A
Tints of Baker's Chocolate #5D301A
RGB
CMYK
RGB Variations
Color information
#5D301A (or 0x5D301A) is known color: Baker's Chocolate. HEX triplet: 5D, 30 and 1A. RGB value is (93,48,26). Sum of RGB (Red+Green+Blue) = 93+48+26=167 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.69% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 93 - color contains mainly: red. Hex color #5D301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D301A is #A2CFE5. Grayscale: #3B3B3B. Windows color (decimal): -10670054 or 1716317. OLE color: 1716317.
HSL color Cylindrical-coordinate representation of color #5D301A: hue angle of 19.7º 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 #5D301A is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 48 | 26 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.64 |
| HSL | 19.7º | 0.56% | 0.23% | - |
| HSV(B) | 19.7º | 0.72% | 0.36% | - |
| XYZ | 5.76 | 4.52 | 1.55 | - |
| YUV | 58.95 | 109.41 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 26 | 0 | 0.48 | 0.72 | 0.64 | 19.7 | 0.56 | 0.23 |
| Hex | 5D | 30 | 1A | 0 | 30 | 48 | 40 | 14 | 38 | 17 |
| Octal | 135 | 60 | 32 | 0 | 60 | 110 | 100 | 24 | 70 | 27 |
| Binary | 1011101 | 110000 | 11010 | 0 | 110000 | 1001000 | 1000000 | 10100 | 111000 | 10111 |
Color Harmonies of #5D301A
Complementary color
Monochromatic Colors of #5D301A
Black with #5D301A
Text Example
Text Example
White with #5D301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D301A; }
p { color: rgb(93,48,26); }
H1.HeaderClassName
{
color: #5D301A;
}
.AnyTagClassName
{
color: #5D301A;
}
</style>
background-color css
<style>
a { background-color: #5D301A; }
a { background-color: rgb(93,48,26); }
div.DivClassName
{
background-color: #5D301A;
}
.BgClassName
{
background-color: #5D301A;
}
</style>
border-color css
<style>
span { border-color: #5D301A; }
span { border-color: rgb(93,48,26); }
td.TdClassName
{
border-color: #5D301A;
}
.TagClassName
{
border-color: #5D301A;
}
</style>