Shades of Brown Pod #42180A
Tints of Brown Pod #42180A
RGB
CMYK
RGB Variations
Color information
#42180A (or 0x42180A) is known color: Brown Pod. HEX triplet: 42, 18 and 0A. RGB value is (66,24,10). Sum of RGB (Red+Green+Blue) = 66+24+10=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #42180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42180A is #BDE7F5. Grayscale: #232323. Windows color (decimal): -12445686 or 661570. OLE color: 661570.
HSL color Cylindrical-coordinate representation of color #42180A: hue angle of 15º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42180A is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 24 | 10 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.74 |
| HSL | 15º | 0.74% | 0.15% | - |
| HSV(B) | 15º | 0.85% | 0.26% | - |
| XYZ | 2.63 | 1.83 | 0.5 | - |
| YUV | 34.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 10 | 0 | 0.64 | 0.85 | 0.74 | 15 | 0.74 | 0.15 |
| Hex | 42 | 18 | A | 0 | 40 | 55 | 4A | F | 4A | F |
| Octal | 102 | 30 | 12 | 0 | 100 | 125 | 112 | 17 | 112 | 17 |
| Binary | 1000010 | 11000 | 1010 | 0 | 1000000 | 1010101 | 1001010 | 1111 | 1001010 | 1111 |
Color Harmonies of #42180A
Complementary color
Monochromatic Colors of #42180A
Black with #42180A
Text Example
Text Example
White with #42180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42180A; }
p { color: rgb(66,24,10); }
H1.HeaderClassName
{
color: #42180A;
}
.AnyTagClassName
{
color: #42180A;
}
</style>
background-color css
<style>
a { background-color: #42180A; }
a { background-color: rgb(66,24,10); }
div.DivClassName
{
background-color: #42180A;
}
.BgClassName
{
background-color: #42180A;
}
</style>
border-color css
<style>
span { border-color: #42180A; }
span { border-color: rgb(66,24,10); }
td.TdClassName
{
border-color: #42180A;
}
.TagClassName
{
border-color: #42180A;
}
</style>