Shades of Baker's Chocolate #752605
Tints of Baker's Chocolate #752605
RGB
CMYK
RGB Variations
Color information
#752605 (or 0x752605) is known color: Baker's Chocolate. HEX triplet: 75, 26 and 05. RGB value is (117,38,5). Sum of RGB (Red+Green+Blue) = 117+38+5=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #752605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752605 is #8AD9FA. Grayscale: #3A3A3A. Windows color (decimal): -9099771 or 337525. OLE color: 337525.
HSL color Cylindrical-coordinate representation of color #752605: hue angle of 17.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #752605 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 38 | 5 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.54 |
| HSL | 17.68º | 0.92% | 0.24% | - |
| HSV(B) | 17.68º | 0.96% | 0.46% | - |
| XYZ | 8.06 | 5.18 | 0.72 | - |
| YUV | 57.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 5 | 0 | 0.68 | 0.96 | 0.54 | 17.68 | 0.92 | 0.24 |
| Hex | 75 | 26 | 5 | 0 | 44 | 60 | 36 | 12 | 5C | 18 |
| Octal | 165 | 46 | 5 | 0 | 104 | 140 | 66 | 22 | 134 | 30 |
| Binary | 1110101 | 100110 | 101 | 0 | 1000100 | 1100000 | 110110 | 10010 | 1011100 | 11000 |
Color Harmonies of #752605
Complementary color
Monochromatic Colors of #752605
Black with #752605
Text Example
Text Example
White with #752605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752605; }
p { color: rgb(117,38,5); }
H1.HeaderClassName
{
color: #752605;
}
.AnyTagClassName
{
color: #752605;
}
</style>
background-color css
<style>
a { background-color: #752605; }
a { background-color: rgb(117,38,5); }
div.DivClassName
{
background-color: #752605;
}
.BgClassName
{
background-color: #752605;
}
</style>
border-color css
<style>
span { border-color: #752605; }
span { border-color: rgb(117,38,5); }
td.TdClassName
{
border-color: #752605;
}
.TagClassName
{
border-color: #752605;
}
</style>