Shades of Brown Pod #35201B
Tints of Brown Pod #35201B
RGB
CMYK
RGB Variations
Color information
#35201B (or 0x35201B) is known color: Brown Pod. HEX triplet: 35, 20 and 1B. RGB value is (53,32,27). Sum of RGB (Red+Green+Blue) = 53+32+27=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #35201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35201B is #CADFE4. Grayscale: #252525. Windows color (decimal): -13295589 or 1777717. OLE color: 1777717.
HSL color Cylindrical-coordinate representation of color #35201B: hue angle of 11.54º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35201B is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 32 | 27 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.79 |
| HSL | 11.54º | 0.33% | 0.16% | - |
| HSV(B) | 11.54º | 0.49% | 0.21% | - |
| XYZ | 2.18 | 1.87 | 1.28 | - |
| YUV | 37.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 27 | 0 | 0.40 | 0.49 | 0.79 | 11.54 | 0.33 | 0.16 |
| Hex | 35 | 20 | 1B | 0 | 28 | 31 | 4F | C | 20 | 10 |
| Octal | 65 | 40 | 33 | 0 | 50 | 61 | 117 | 14 | 40 | 20 |
| Binary | 110101 | 100000 | 11011 | 0 | 101000 | 110001 | 1001111 | 1100 | 100000 | 10000 |
Color Harmonies of #35201B
Complementary color
Monochromatic Colors of #35201B
Black with #35201B
Text Example
Text Example
White with #35201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35201B; }
p { color: rgb(53,32,27); }
H1.HeaderClassName
{
color: #35201B;
}
.AnyTagClassName
{
color: #35201B;
}
</style>
background-color css
<style>
a { background-color: #35201B; }
a { background-color: rgb(53,32,27); }
div.DivClassName
{
background-color: #35201B;
}
.BgClassName
{
background-color: #35201B;
}
</style>
border-color css
<style>
span { border-color: #35201B; }
span { border-color: rgb(53,32,27); }
td.TdClassName
{
border-color: #35201B;
}
.TagClassName
{
border-color: #35201B;
}
</style>