Shades of Brown Pod #35170E
Tints of Brown Pod #35170E
RGB
CMYK
RGB Variations
Color information
#35170E (or 0x35170E) is known color: Brown Pod. HEX triplet: 35, 17 and 0E. RGB value is (53,23,14). Sum of RGB (Red+Green+Blue) = 53+23+14=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #35170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35170E is #CAE8F1. Grayscale: #1F1F1F. Windows color (decimal): -13297906 or 923445. OLE color: 923445.
HSL color Cylindrical-coordinate representation of color #35170E: hue angle of 13.85º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35170E is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 23 | 14 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.79 |
| HSL | 13.85º | 0.58% | 0.13% | - |
| HSV(B) | 13.85º | 0.74% | 0.21% | - |
| XYZ | 1.85 | 1.4 | 0.59 | - |
| YUV | 30.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 23 | 14 | 0 | 0.57 | 0.74 | 0.79 | 13.85 | 0.58 | 0.13 |
| Hex | 35 | 17 | E | 0 | 39 | 4A | 4F | E | 3A | D |
| Octal | 65 | 27 | 16 | 0 | 71 | 112 | 117 | 16 | 72 | 15 |
| Binary | 110101 | 10111 | 1110 | 0 | 111001 | 1001010 | 1001111 | 1110 | 111010 | 1101 |
Color Harmonies of #35170E
Complementary color
Monochromatic Colors of #35170E
Black with #35170E
Text Example
Text Example
White with #35170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35170E; }
p { color: rgb(53,23,14); }
H1.HeaderClassName
{
color: #35170E;
}
.AnyTagClassName
{
color: #35170E;
}
</style>
background-color css
<style>
a { background-color: #35170E; }
a { background-color: rgb(53,23,14); }
div.DivClassName
{
background-color: #35170E;
}
.BgClassName
{
background-color: #35170E;
}
</style>
border-color css
<style>
span { border-color: #35170E; }
span { border-color: rgb(53,23,14); }
td.TdClassName
{
border-color: #35170E;
}
.TagClassName
{
border-color: #35170E;
}
</style>