Shades of Baker's Chocolate #752C01
Tints of Baker's Chocolate #752C01
RGB
CMYK
RGB Variations
Color information
#752C01 (or 0x752C01) is known color: Baker's Chocolate. HEX triplet: 75, 2C and 01. RGB value is (117,44,1). Sum of RGB (Red+Green+Blue) = 117+44+1=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #752C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C01 is #8AD3FE. Grayscale: #3D3D3D. Windows color (decimal): -9098239 or 76917. OLE color: 76917.
HSL color Cylindrical-coordinate representation of color #752C01: hue angle of 22.24º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #752C01 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.54 |
| HSL | 22.24º | 0.98% | 0.23% | - |
| HSV(B) | 22.24º | 0.99% | 0.46% | - |
| XYZ | 8.24 | 5.59 | 0.67 | - |
| YUV | 60.93 | 94.18 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 1 | 0 | 0.62 | 0.99 | 0.54 | 22.24 | 0.98 | 0.23 |
| Hex | 75 | 2C | 1 | 0 | 3E | 63 | 36 | 16 | 62 | 17 |
| Octal | 165 | 54 | 1 | 0 | 76 | 143 | 66 | 26 | 142 | 27 |
| Binary | 1110101 | 101100 | 1 | 0 | 111110 | 1100011 | 110110 | 10110 | 1100010 | 10111 |
Color Harmonies of #752C01
Complementary color
Monochromatic Colors of #752C01
Black with #752C01
Text Example
Text Example
White with #752C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C01; }
p { color: rgb(117,44,1); }
H1.HeaderClassName
{
color: #752C01;
}
.AnyTagClassName
{
color: #752C01;
}
</style>
background-color css
<style>
a { background-color: #752C01; }
a { background-color: rgb(117,44,1); }
div.DivClassName
{
background-color: #752C01;
}
.BgClassName
{
background-color: #752C01;
}
</style>
border-color css
<style>
span { border-color: #752C01; }
span { border-color: rgb(117,44,1); }
td.TdClassName
{
border-color: #752C01;
}
.TagClassName
{
border-color: #752C01;
}
</style>