Shades of Brown Pod #341403
Tints of Brown Pod #341403
RGB
CMYK
RGB Variations
Color information
#341403 (or 0x341403) is known color: Brown Pod. HEX triplet: 34, 14 and 03. RGB value is (52,20,3). Sum of RGB (Red+Green+Blue) = 52+20+3=75 (9% of max value = 765). Red value is 52 (20.70% from 255 or 69.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 52 - color contains mainly: red. Hex color #341403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341403 is #CBEBFC. Grayscale: #1B1B1B. Windows color (decimal): -13364221 or 201780. OLE color: 201780.
HSL color Cylindrical-coordinate representation of color #341403: hue angle of 20.82º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #341403 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 20 | 3 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.80 |
| HSL | 20.82º | 0.89% | 0.11% | - |
| HSV(B) | 20.82º | 0.94% | 0.2% | - |
| XYZ | 1.68 | 1.24 | 0.24 | - |
| YUV | 27.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 3 | 0 | 0.62 | 0.94 | 0.80 | 20.82 | 0.89 | 0.11 |
| Hex | 34 | 14 | 3 | 0 | 3E | 5E | 50 | 15 | 59 | B |
| Octal | 64 | 24 | 3 | 0 | 76 | 136 | 120 | 25 | 131 | 13 |
| Binary | 110100 | 10100 | 11 | 0 | 111110 | 1011110 | 1010000 | 10101 | 1011001 | 1011 |
Color Harmonies of #341403
Complementary color
Monochromatic Colors of #341403
Black with #341403
Text Example
Text Example
White with #341403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341403; }
p { color: rgb(52,20,3); }
H1.HeaderClassName
{
color: #341403;
}
.AnyTagClassName
{
color: #341403;
}
</style>
background-color css
<style>
a { background-color: #341403; }
a { background-color: rgb(52,20,3); }
div.DivClassName
{
background-color: #341403;
}
.BgClassName
{
background-color: #341403;
}
</style>
border-color css
<style>
span { border-color: #341403; }
span { border-color: rgb(52,20,3); }
td.TdClassName
{
border-color: #341403;
}
.TagClassName
{
border-color: #341403;
}
</style>