Shades of Brown Pod #42230B
Tints of Brown Pod #42230B
RGB
CMYK
RGB Variations
Color information
#42230B (or 0x42230B) is known color: Brown Pod. HEX triplet: 42, 23 and 0B. RGB value is (66,35,11). Sum of RGB (Red+Green+Blue) = 66+35+11=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #42230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42230B is #BDDCF4. Grayscale: #292929. Windows color (decimal): -12442869 or 729922. OLE color: 729922.
HSL color Cylindrical-coordinate representation of color #42230B: hue angle of 26.18º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42230B is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 35 | 11 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.74 |
| HSL | 26.18º | 0.71% | 0.15% | - |
| HSV(B) | 26.18º | 0.83% | 0.26% | - |
| XYZ | 2.91 | 2.38 | 0.62 | - |
| YUV | 41.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 11 | 0 | 0.47 | 0.83 | 0.74 | 26.18 | 0.71 | 0.15 |
| Hex | 42 | 23 | B | 0 | 2F | 53 | 4A | 1A | 47 | F |
| Octal | 102 | 43 | 13 | 0 | 57 | 123 | 112 | 32 | 107 | 17 |
| Binary | 1000010 | 100011 | 1011 | 0 | 101111 | 1010011 | 1001010 | 11010 | 1000111 | 1111 |
Color Harmonies of #42230B
Complementary color
Monochromatic Colors of #42230B
Black with #42230B
Text Example
Text Example
White with #42230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42230B; }
p { color: rgb(66,35,11); }
H1.HeaderClassName
{
color: #42230B;
}
.AnyTagClassName
{
color: #42230B;
}
</style>
background-color css
<style>
a { background-color: #42230B; }
a { background-color: rgb(66,35,11); }
div.DivClassName
{
background-color: #42230B;
}
.BgClassName
{
background-color: #42230B;
}
</style>
border-color css
<style>
span { border-color: #42230B; }
span { border-color: rgb(66,35,11); }
td.TdClassName
{
border-color: #42230B;
}
.TagClassName
{
border-color: #42230B;
}
</style>