Shades of Brown Pod #42180F
Tints of Brown Pod #42180F
RGB
CMYK
RGB Variations
Color information
#42180F (or 0x42180F) is known color: Brown Pod. HEX triplet: 42, 18 and 0F. RGB value is (66,24,15). Sum of RGB (Red+Green+Blue) = 66+24+15=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #42180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42180F is #BDE7F0. Grayscale: #232323. Windows color (decimal): -12445681 or 989250. OLE color: 989250.
HSL color Cylindrical-coordinate representation of color #42180F: hue angle of 10.59º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42180F is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 24 | 15 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.74 |
| HSL | 10.59º | 0.63% | 0.16% | - |
| HSV(B) | 10.59º | 0.77% | 0.26% | - |
| XYZ | 2.66 | 1.85 | 0.67 | - |
| YUV | 35.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 15 | 0 | 0.64 | 0.77 | 0.74 | 10.59 | 0.63 | 0.16 |
| Hex | 42 | 18 | F | 0 | 40 | 4D | 4A | B | 3F | 10 |
| Octal | 102 | 30 | 17 | 0 | 100 | 115 | 112 | 13 | 77 | 20 |
| Binary | 1000010 | 11000 | 1111 | 0 | 1000000 | 1001101 | 1001010 | 1011 | 111111 | 10000 |
Color Harmonies of #42180F
Complementary color
Monochromatic Colors of #42180F
Black with #42180F
Text Example
Text Example
White with #42180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42180F; }
p { color: rgb(66,24,15); }
H1.HeaderClassName
{
color: #42180F;
}
.AnyTagClassName
{
color: #42180F;
}
</style>
background-color css
<style>
a { background-color: #42180F; }
a { background-color: rgb(66,24,15); }
div.DivClassName
{
background-color: #42180F;
}
.BgClassName
{
background-color: #42180F;
}
</style>
border-color css
<style>
span { border-color: #42180F; }
span { border-color: rgb(66,24,15); }
td.TdClassName
{
border-color: #42180F;
}
.TagClassName
{
border-color: #42180F;
}
</style>