Shades of Cioccolato #633A2D
Tints of Cioccolato #633A2D
RGB
CMYK
RGB Variations
Color information
#633A2D (or 0x633A2D) is known color: Cioccolato. HEX triplet: 63, 3A and 2D. RGB value is (99,58,45). Sum of RGB (Red+Green+Blue) = 99+58+45=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #633A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633A2D is #9CC5D2. Grayscale: #444444. Windows color (decimal): -10274259 or 2964067. OLE color: 2964067.
HSL color Cylindrical-coordinate representation of color #633A2D: hue angle of 14.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #633A2D is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 58 | 45 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.61 |
| HSL | 14.44º | 0.38% | 0.28% | - |
| HSV(B) | 14.44º | 0.55% | 0.39% | - |
| XYZ | 7.13 | 5.87 | 3.24 | - |
| YUV | 68.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 45 | 0 | 0.41 | 0.55 | 0.61 | 14.44 | 0.38 | 0.28 |
| Hex | 63 | 3A | 2D | 0 | 29 | 37 | 3D | E | 26 | 1C |
| Octal | 143 | 72 | 55 | 0 | 51 | 67 | 75 | 16 | 46 | 34 |
| Binary | 1100011 | 111010 | 101101 | 0 | 101001 | 110111 | 111101 | 1110 | 100110 | 11100 |
Color Harmonies of #633A2D
Complementary color
Monochromatic Colors of #633A2D
Black with #633A2D
Text Example
Text Example
White with #633A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633A2D; }
p { color: rgb(99,58,45); }
H1.HeaderClassName
{
color: #633A2D;
}
.AnyTagClassName
{
color: #633A2D;
}
</style>
background-color css
<style>
a { background-color: #633A2D; }
a { background-color: rgb(99,58,45); }
div.DivClassName
{
background-color: #633A2D;
}
.BgClassName
{
background-color: #633A2D;
}
</style>
border-color css
<style>
span { border-color: #633A2D; }
span { border-color: rgb(99,58,45); }
td.TdClassName
{
border-color: #633A2D;
}
.TagClassName
{
border-color: #633A2D;
}
</style>