Shades of Brown Pod #35241E
Tints of Brown Pod #35241E
RGB
CMYK
RGB Variations
Color information
#35241E (or 0x35241E) is known color: Brown Pod. HEX triplet: 35, 24 and 1E. RGB value is (53,36,30). Sum of RGB (Red+Green+Blue) = 53+36+30=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #35241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35241E is #CADBE1. Grayscale: #282828. Windows color (decimal): -13294562 or 1975349. OLE color: 1975349.
HSL color Cylindrical-coordinate representation of color #35241E: hue angle of 15.65º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35241E is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 36 | 30 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.79 |
| HSL | 15.65º | 0.28% | 0.16% | - |
| HSV(B) | 15.65º | 0.43% | 0.21% | - |
| XYZ | 2.33 | 2.11 | 1.51 | - |
| YUV | 40.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 30 | 0 | 0.32 | 0.43 | 0.79 | 15.65 | 0.28 | 0.16 |
| Hex | 35 | 24 | 1E | 0 | 20 | 2B | 4F | 10 | 1C | 10 |
| Octal | 65 | 44 | 36 | 0 | 40 | 53 | 117 | 20 | 34 | 20 |
| Binary | 110101 | 100100 | 11110 | 0 | 100000 | 101011 | 1001111 | 10000 | 11100 | 10000 |
Color Harmonies of #35241E
Complementary color
Monochromatic Colors of #35241E
Black with #35241E
Text Example
Text Example
White with #35241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35241E; }
p { color: rgb(53,36,30); }
H1.HeaderClassName
{
color: #35241E;
}
.AnyTagClassName
{
color: #35241E;
}
</style>
background-color css
<style>
a { background-color: #35241E; }
a { background-color: rgb(53,36,30); }
div.DivClassName
{
background-color: #35241E;
}
.BgClassName
{
background-color: #35241E;
}
</style>
border-color css
<style>
span { border-color: #35241E; }
span { border-color: rgb(53,36,30); }
td.TdClassName
{
border-color: #35241E;
}
.TagClassName
{
border-color: #35241E;
}
</style>