Shades of Brown Pod #35180E
Tints of Brown Pod #35180E
RGB
CMYK
RGB Variations
Color information
#35180E (or 0x35180E) is known color: Brown Pod. HEX triplet: 35, 18 and 0E. RGB value is (53,24,14). Sum of RGB (Red+Green+Blue) = 53+24+14=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #35180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35180E is #CAE7F1. Grayscale: #1F1F1F. Windows color (decimal): -13297650 or 923701. OLE color: 923701.
HSL color Cylindrical-coordinate representation of color #35180E: hue angle of 15.38º 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 #35180E is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 24 | 14 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.79 |
| HSL | 15.38º | 0.58% | 0.13% | - |
| HSV(B) | 15.38º | 0.74% | 0.21% | - |
| XYZ | 1.87 | 1.44 | 0.59 | - |
| YUV | 31.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 14 | 0 | 0.55 | 0.74 | 0.79 | 15.38 | 0.58 | 0.13 |
| Hex | 35 | 18 | E | 0 | 37 | 4A | 4F | F | 3A | D |
| Octal | 65 | 30 | 16 | 0 | 67 | 112 | 117 | 17 | 72 | 15 |
| Binary | 110101 | 11000 | 1110 | 0 | 110111 | 1001010 | 1001111 | 1111 | 111010 | 1101 |
Color Harmonies of #35180E
Complementary color
Monochromatic Colors of #35180E
Black with #35180E
Text Example
Text Example
White with #35180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35180E; }
p { color: rgb(53,24,14); }
H1.HeaderClassName
{
color: #35180E;
}
.AnyTagClassName
{
color: #35180E;
}
</style>
background-color css
<style>
a { background-color: #35180E; }
a { background-color: rgb(53,24,14); }
div.DivClassName
{
background-color: #35180E;
}
.BgClassName
{
background-color: #35180E;
}
</style>
border-color css
<style>
span { border-color: #35180E; }
span { border-color: rgb(53,24,14); }
td.TdClassName
{
border-color: #35180E;
}
.TagClassName
{
border-color: #35180E;
}
</style>