Shades of Brown Pod #42231C
Tints of Brown Pod #42231C
RGB
CMYK
RGB Variations
Color information
#42231C (or 0x42231C) is known color: Brown Pod. HEX triplet: 42, 23 and 1C. RGB value is (66,35,28). Sum of RGB (Red+Green+Blue) = 66+35+28=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42231C is #BDDCE3. Grayscale: #2B2B2B. Windows color (decimal): -12442852 or 1844034. OLE color: 1844034.
HSL color Cylindrical-coordinate representation of color #42231C: hue angle of 11.05º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42231C is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 35 | 28 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.74 |
| HSL | 11.05º | 0.4% | 0.18% | - |
| HSV(B) | 11.05º | 0.58% | 0.26% | - |
| XYZ | 3.06 | 2.44 | 1.41 | - |
| YUV | 43.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 28 | 0 | 0.47 | 0.58 | 0.74 | 11.05 | 0.4 | 0.18 |
| Hex | 42 | 23 | 1C | 0 | 2F | 3A | 4A | B | 28 | 12 |
| Octal | 102 | 43 | 34 | 0 | 57 | 72 | 112 | 13 | 50 | 22 |
| Binary | 1000010 | 100011 | 11100 | 0 | 101111 | 111010 | 1001010 | 1011 | 101000 | 10010 |
Color Harmonies of #42231C
Complementary color
Monochromatic Colors of #42231C
Black with #42231C
Text Example
Text Example
White with #42231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42231C; }
p { color: rgb(66,35,28); }
H1.HeaderClassName
{
color: #42231C;
}
.AnyTagClassName
{
color: #42231C;
}
</style>
background-color css
<style>
a { background-color: #42231C; }
a { background-color: rgb(66,35,28); }
div.DivClassName
{
background-color: #42231C;
}
.BgClassName
{
background-color: #42231C;
}
</style>
border-color css
<style>
span { border-color: #42231C; }
span { border-color: rgb(66,35,28); }
td.TdClassName
{
border-color: #42231C;
}
.TagClassName
{
border-color: #42231C;
}
</style>