Shades of Brown Pod #421702
Tints of Brown Pod #421702
RGB
CMYK
RGB Variations
Color information
#421702 (or 0x421702) is known color: Brown Pod. HEX triplet: 42, 17 and 02. RGB value is (66,23,2). Sum of RGB (Red+Green+Blue) = 66+23+2=91 (12% of max value = 765). Red value is 66 (26.17% from 255 or 72.53% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 66 - color contains mainly: red. Hex color #421702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421702 is #BDE8FD. Grayscale: #212121. Windows color (decimal): -12445950 or 137026. OLE color: 137026.
HSL color Cylindrical-coordinate representation of color #421702: hue angle of 19.69º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #421702 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 23 | 2 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.74 |
| HSL | 19.69º | 0.94% | 0.13% | - |
| HSV(B) | 19.69º | 0.97% | 0.26% | - |
| XYZ | 2.56 | 1.78 | 0.26 | - |
| YUV | 33.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 23 | 2 | 0 | 0.65 | 0.97 | 0.74 | 19.69 | 0.94 | 0.13 |
| Hex | 42 | 17 | 2 | 0 | 41 | 61 | 4A | 14 | 5E | D |
| Octal | 102 | 27 | 2 | 0 | 101 | 141 | 112 | 24 | 136 | 15 |
| Binary | 1000010 | 10111 | 10 | 0 | 1000001 | 1100001 | 1001010 | 10100 | 1011110 | 1101 |
Color Harmonies of #421702
Complementary color
Monochromatic Colors of #421702
Black with #421702
Text Example
Text Example
White with #421702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421702; }
p { color: rgb(66,23,2); }
H1.HeaderClassName
{
color: #421702;
}
.AnyTagClassName
{
color: #421702;
}
</style>
background-color css
<style>
a { background-color: #421702; }
a { background-color: rgb(66,23,2); }
div.DivClassName
{
background-color: #421702;
}
.BgClassName
{
background-color: #421702;
}
</style>
border-color css
<style>
span { border-color: #421702; }
span { border-color: rgb(66,23,2); }
td.TdClassName
{
border-color: #421702;
}
.TagClassName
{
border-color: #421702;
}
</style>