Shades of Baker's Chocolate #65381B
Tints of Baker's Chocolate #65381B
RGB
CMYK
RGB Variations
Color information
#65381B (or 0x65381B) is known color: Baker's Chocolate. HEX triplet: 65, 38 and 1B. RGB value is (101,56,27). Sum of RGB (Red+Green+Blue) = 101+56+27=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #65381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65381B is #9AC7E4. Grayscale: #424242. Windows color (decimal): -10143717 or 1783909. OLE color: 1783909.
HSL color Cylindrical-coordinate representation of color #65381B: hue angle of 23.51º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65381B is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 56 | 27 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.60 |
| HSL | 23.51º | 0.58% | 0.25% | - |
| HSV(B) | 23.51º | 0.73% | 0.4% | - |
| XYZ | 6.98 | 5.67 | 1.76 | - |
| YUV | 66.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 56 | 27 | 0 | 0.45 | 0.73 | 0.60 | 23.51 | 0.58 | 0.25 |
| Hex | 65 | 38 | 1B | 0 | 2D | 49 | 3C | 18 | 3A | 19 |
| Octal | 145 | 70 | 33 | 0 | 55 | 111 | 74 | 30 | 72 | 31 |
| Binary | 1100101 | 111000 | 11011 | 0 | 101101 | 1001001 | 111100 | 11000 | 111010 | 11001 |
Color Harmonies of #65381B
Complementary color
Monochromatic Colors of #65381B
Black with #65381B
Text Example
Text Example
White with #65381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65381B; }
p { color: rgb(101,56,27); }
H1.HeaderClassName
{
color: #65381B;
}
.AnyTagClassName
{
color: #65381B;
}
</style>
background-color css
<style>
a { background-color: #65381B; }
a { background-color: rgb(101,56,27); }
div.DivClassName
{
background-color: #65381B;
}
.BgClassName
{
background-color: #65381B;
}
</style>
border-color css
<style>
span { border-color: #65381B; }
span { border-color: rgb(101,56,27); }
td.TdClassName
{
border-color: #65381B;
}
.TagClassName
{
border-color: #65381B;
}
</style>