Shades of Brown Pod #42231A
Tints of Brown Pod #42231A
RGB
CMYK
RGB Variations
Color information
#42231A (or 0x42231A) is known color: Brown Pod. HEX triplet: 42, 23 and 1A. RGB value is (66,35,26). Sum of RGB (Red+Green+Blue) = 66+35+26=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #42231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42231A is #BDDCE5. Grayscale: #2B2B2B. Windows color (decimal): -12442854 or 1712962. OLE color: 1712962.
HSL color Cylindrical-coordinate representation of color #42231A: hue angle of 13.5º 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 #42231A is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 35 | 26 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.74 |
| HSL | 13.5º | 0.43% | 0.18% | - |
| HSV(B) | 13.5º | 0.61% | 0.26% | - |
| XYZ | 3.03 | 2.43 | 1.29 | - |
| YUV | 43.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 26 | 0 | 0.47 | 0.61 | 0.74 | 13.5 | 0.43 | 0.18 |
| Hex | 42 | 23 | 1A | 0 | 2F | 3D | 4A | E | 2B | 12 |
| Octal | 102 | 43 | 32 | 0 | 57 | 75 | 112 | 16 | 53 | 22 |
| Binary | 1000010 | 100011 | 11010 | 0 | 101111 | 111101 | 1001010 | 1110 | 101011 | 10010 |
Color Harmonies of #42231A
Complementary color
Monochromatic Colors of #42231A
Black with #42231A
Text Example
Text Example
White with #42231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42231A; }
p { color: rgb(66,35,26); }
H1.HeaderClassName
{
color: #42231A;
}
.AnyTagClassName
{
color: #42231A;
}
</style>
background-color css
<style>
a { background-color: #42231A; }
a { background-color: rgb(66,35,26); }
div.DivClassName
{
background-color: #42231A;
}
.BgClassName
{
background-color: #42231A;
}
</style>
border-color css
<style>
span { border-color: #42231A; }
span { border-color: rgb(66,35,26); }
td.TdClassName
{
border-color: #42231A;
}
.TagClassName
{
border-color: #42231A;
}
</style>