Shades of Cocoa Brown #33241A
Tints of Cocoa Brown #33241A
RGB
CMYK
RGB Variations
Color information
#33241A (or 0x33241A) is known color: Cocoa Brown. HEX triplet: 33, 24 and 1A. RGB value is (51,36,26). Sum of RGB (Red+Green+Blue) = 51+36+26=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #33241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33241A is #CCDBE5. Grayscale: #272727. Windows color (decimal): -13425638 or 1713203. OLE color: 1713203.
HSL color Cylindrical-coordinate representation of color #33241A: hue angle of 24º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #33241A is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 36 | 26 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.8 |
| HSL | 24º | 0.32% | 0.15% | - |
| HSV(B) | 24º | 0.49% | 0.2% | - |
| XYZ | 2.18 | 2.04 | 1.26 | - |
| YUV | 39.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 26 | 0 | 0.29 | 0.49 | 0.8 | 24 | 0.32 | 0.15 |
| Hex | 33 | 24 | 1A | 0 | 1D | 31 | 50 | 18 | 20 | F |
| Octal | 63 | 44 | 32 | 0 | 35 | 61 | 120 | 30 | 40 | 17 |
| Binary | 110011 | 100100 | 11010 | 0 | 11101 | 110001 | 1010000 | 11000 | 100000 | 1111 |
Color Harmonies of #33241A
Complementary color
Monochromatic Colors of #33241A
Black with #33241A
Text Example
Text Example
White with #33241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33241A; }
p { color: rgb(51,36,26); }
H1.HeaderClassName
{
color: #33241A;
}
.AnyTagClassName
{
color: #33241A;
}
</style>
background-color css
<style>
a { background-color: #33241A; }
a { background-color: rgb(51,36,26); }
div.DivClassName
{
background-color: #33241A;
}
.BgClassName
{
background-color: #33241A;
}
</style>
border-color css
<style>
span { border-color: #33241A; }
span { border-color: rgb(51,36,26); }
td.TdClassName
{
border-color: #33241A;
}
.TagClassName
{
border-color: #33241A;
}
</style>