Shades of Brown Pod #42230E
Tints of Brown Pod #42230E
RGB
CMYK
RGB Variations
Color information
#42230E (or 0x42230E) is known color: Brown Pod. HEX triplet: 42, 23 and 0E. RGB value is (66,35,14). Sum of RGB (Red+Green+Blue) = 66+35+14=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #42230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42230E is #BDDCF1. Grayscale: #292929. Windows color (decimal): -12442866 or 926530. OLE color: 926530.
HSL color Cylindrical-coordinate representation of color #42230E: hue angle of 24.23º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42230E is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 35 | 14 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.74 |
| HSL | 24.23º | 0.65% | 0.16% | - |
| HSV(B) | 24.23º | 0.79% | 0.26% | - |
| XYZ | 2.93 | 2.39 | 0.72 | - |
| YUV | 41.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 14 | 0 | 0.47 | 0.79 | 0.74 | 24.23 | 0.65 | 0.16 |
| Hex | 42 | 23 | E | 0 | 2F | 4F | 4A | 18 | 41 | 10 |
| Octal | 102 | 43 | 16 | 0 | 57 | 117 | 112 | 30 | 101 | 20 |
| Binary | 1000010 | 100011 | 1110 | 0 | 101111 | 1001111 | 1001010 | 11000 | 1000001 | 10000 |
Color Harmonies of #42230E
Complementary color
Monochromatic Colors of #42230E
Black with #42230E
Text Example
Text Example
White with #42230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42230E; }
p { color: rgb(66,35,14); }
H1.HeaderClassName
{
color: #42230E;
}
.AnyTagClassName
{
color: #42230E;
}
</style>
background-color css
<style>
a { background-color: #42230E; }
a { background-color: rgb(66,35,14); }
div.DivClassName
{
background-color: #42230E;
}
.BgClassName
{
background-color: #42230E;
}
</style>
border-color css
<style>
span { border-color: #42230E; }
span { border-color: rgb(66,35,14); }
td.TdClassName
{
border-color: #42230E;
}
.TagClassName
{
border-color: #42230E;
}
</style>