Shades of Brown Pod #33180A
Tints of Brown Pod #33180A
RGB
CMYK
RGB Variations
Color information
#33180A (or 0x33180A) is known color: Brown Pod. HEX triplet: 33, 18 and 0A. RGB value is (51,24,10). Sum of RGB (Red+Green+Blue) = 51+24+10=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #33180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33180A is #CCE7F5. Grayscale: #1E1E1E. Windows color (decimal): -13428726 or 661555. OLE color: 661555.
HSL color Cylindrical-coordinate representation of color #33180A: hue angle of 20.49º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33180A is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 24 | 10 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.8 |
| HSL | 20.49º | 0.67% | 0.12% | - |
| HSV(B) | 20.49º | 0.8% | 0.2% | - |
| XYZ | 1.75 | 1.38 | 0.46 | - |
| YUV | 30.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 10 | 0 | 0.53 | 0.80 | 0.8 | 20.49 | 0.67 | 0.12 |
| Hex | 33 | 18 | A | 0 | 35 | 50 | 50 | 14 | 43 | C |
| Octal | 63 | 30 | 12 | 0 | 65 | 120 | 120 | 24 | 103 | 14 |
| Binary | 110011 | 11000 | 1010 | 0 | 110101 | 1010000 | 1010000 | 10100 | 1000011 | 1100 |
Color Harmonies of #33180A
Complementary color
Monochromatic Colors of #33180A
Black with #33180A
Text Example
Text Example
White with #33180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33180A; }
p { color: rgb(51,24,10); }
H1.HeaderClassName
{
color: #33180A;
}
.AnyTagClassName
{
color: #33180A;
}
</style>
background-color css
<style>
a { background-color: #33180A; }
a { background-color: rgb(51,24,10); }
div.DivClassName
{
background-color: #33180A;
}
.BgClassName
{
background-color: #33180A;
}
</style>
border-color css
<style>
span { border-color: #33180A; }
span { border-color: rgb(51,24,10); }
td.TdClassName
{
border-color: #33180A;
}
.TagClassName
{
border-color: #33180A;
}
</style>