Shades of Brown Pod #42241A
Tints of Brown Pod #42241A
RGB
CMYK
RGB Variations
Color information
#42241A (or 0x42241A) is known color: Brown Pod. HEX triplet: 42, 24 and 1A. RGB value is (66,36,26). Sum of RGB (Red+Green+Blue) = 66+36+26=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #42241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42241A is #BDDBE5. Grayscale: #2B2B2B. Windows color (decimal): -12442598 or 1713218. OLE color: 1713218.
HSL color Cylindrical-coordinate representation of color #42241A: hue angle of 15º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42241A is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 36 | 26 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.74 |
| HSL | 15º | 0.43% | 0.18% | - |
| HSV(B) | 15º | 0.61% | 0.26% | - |
| XYZ | 3.06 | 2.49 | 1.3 | - |
| YUV | 43.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 26 | 0 | 0.45 | 0.61 | 0.74 | 15 | 0.43 | 0.18 |
| Hex | 42 | 24 | 1A | 0 | 2D | 3D | 4A | F | 2B | 12 |
| Octal | 102 | 44 | 32 | 0 | 55 | 75 | 112 | 17 | 53 | 22 |
| Binary | 1000010 | 100100 | 11010 | 0 | 101101 | 111101 | 1001010 | 1111 | 101011 | 10010 |
Color Harmonies of #42241A
Complementary color
Monochromatic Colors of #42241A
Black with #42241A
Text Example
Text Example
White with #42241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42241A; }
p { color: rgb(66,36,26); }
H1.HeaderClassName
{
color: #42241A;
}
.AnyTagClassName
{
color: #42241A;
}
</style>
background-color css
<style>
a { background-color: #42241A; }
a { background-color: rgb(66,36,26); }
div.DivClassName
{
background-color: #42241A;
}
.BgClassName
{
background-color: #42241A;
}
</style>
border-color css
<style>
span { border-color: #42241A; }
span { border-color: rgb(66,36,26); }
td.TdClassName
{
border-color: #42241A;
}
.TagClassName
{
border-color: #42241A;
}
</style>