Shades of Brown Pod #341402
Tints of Brown Pod #341402
RGB
CMYK
RGB Variations
Color information
#341402 (or 0x341402) is known color: Brown Pod. HEX triplet: 34, 14 and 02. RGB value is (52,20,2). Sum of RGB (Red+Green+Blue) = 52+20+2=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #341402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341402 is #CBEBFD. Grayscale: #1B1B1B. Windows color (decimal): -13364222 or 136244. OLE color: 136244.
HSL color Cylindrical-coordinate representation of color #341402: hue angle of 21.6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #341402 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 20 | 2 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.80 |
| HSL | 21.6º | 0.93% | 0.11% | - |
| HSV(B) | 21.6º | 0.96% | 0.2% | - |
| XYZ | 1.68 | 1.23 | 0.21 | - |
| YUV | 27.52 | 113.6 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 2 | 0 | 0.62 | 0.96 | 0.80 | 21.6 | 0.93 | 0.11 |
| Hex | 34 | 14 | 2 | 0 | 3E | 60 | 50 | 16 | 5D | B |
| Octal | 64 | 24 | 2 | 0 | 76 | 140 | 120 | 26 | 135 | 13 |
| Binary | 110100 | 10100 | 10 | 0 | 111110 | 1100000 | 1010000 | 10110 | 1011101 | 1011 |
Color Harmonies of #341402
Complementary color
Monochromatic Colors of #341402
Black with #341402
Text Example
Text Example
White with #341402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341402; }
p { color: rgb(52,20,2); }
H1.HeaderClassName
{
color: #341402;
}
.AnyTagClassName
{
color: #341402;
}
</style>
background-color css
<style>
a { background-color: #341402; }
a { background-color: rgb(52,20,2); }
div.DivClassName
{
background-color: #341402;
}
.BgClassName
{
background-color: #341402;
}
</style>
border-color css
<style>
span { border-color: #341402; }
span { border-color: rgb(52,20,2); }
td.TdClassName
{
border-color: #341402;
}
.TagClassName
{
border-color: #341402;
}
</style>