Shades of Baker's Chocolate #5A360F
Tints of Baker's Chocolate #5A360F
RGB
CMYK
RGB Variations
Color information
#5A360F (or 0x5A360F) is known color: Baker's Chocolate. HEX triplet: 5A, 36 and 0F. RGB value is (90,54,15). Sum of RGB (Red+Green+Blue) = 90+54+15=159 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.60% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 90 - color contains mainly: red. Hex color #5A360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A360F is #A5C9F0. Grayscale: #3C3C3C. Windows color (decimal): -10865137 or 996954. OLE color: 996954.
HSL color Cylindrical-coordinate representation of color #5A360F: hue angle of 31.2º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A360F is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 54 | 15 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.65 |
| HSL | 31.2º | 0.71% | 0.21% | - |
| HSV(B) | 31.2º | 0.83% | 0.35% | - |
| XYZ | 5.62 | 4.85 | 1.09 | - |
| YUV | 60.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 15 | 0 | 0.40 | 0.83 | 0.65 | 31.2 | 0.71 | 0.21 |
| Hex | 5A | 36 | F | 0 | 28 | 53 | 41 | 1F | 47 | 15 |
| Octal | 132 | 66 | 17 | 0 | 50 | 123 | 101 | 37 | 107 | 25 |
| Binary | 1011010 | 110110 | 1111 | 0 | 101000 | 1010011 | 1000001 | 11111 | 1000111 | 10101 |
Color Harmonies of #5A360F
Complementary color
Monochromatic Colors of #5A360F
Black with #5A360F
Text Example
Text Example
White with #5A360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A360F; }
p { color: rgb(90,54,15); }
H1.HeaderClassName
{
color: #5A360F;
}
.AnyTagClassName
{
color: #5A360F;
}
</style>
background-color css
<style>
a { background-color: #5A360F; }
a { background-color: rgb(90,54,15); }
div.DivClassName
{
background-color: #5A360F;
}
.BgClassName
{
background-color: #5A360F;
}
</style>
border-color css
<style>
span { border-color: #5A360F; }
span { border-color: rgb(90,54,15); }
td.TdClassName
{
border-color: #5A360F;
}
.TagClassName
{
border-color: #5A360F;
}
</style>