Shades of Brown Pod #511A01
Tints of Brown Pod #511A01
RGB
CMYK
RGB Variations
Color information
#511A01 (or 0x511A01) is known color: Brown Pod. HEX triplet: 51, 1A and 01. RGB value is (81,26,1). Sum of RGB (Red+Green+Blue) = 81+26+1=108 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 81 - color contains mainly: red. Hex color #511A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A01 is #AEE5FE. Grayscale: #272727. Windows color (decimal): -11462143 or 72273. OLE color: 72273.
HSL color Cylindrical-coordinate representation of color #511A01: hue angle of 18.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #511A01 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.68 |
| HSL | 18.75º | 0.98% | 0.16% | - |
| HSV(B) | 18.75º | 0.99% | 0.32% | - |
| XYZ | 3.77 | 2.49 | 0.31 | - |
| YUV | 39.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 1 | 0 | 0.68 | 0.99 | 0.68 | 18.75 | 0.98 | 0.16 |
| Hex | 51 | 1A | 1 | 0 | 44 | 63 | 44 | 13 | 62 | 10 |
| Octal | 121 | 32 | 1 | 0 | 104 | 143 | 104 | 23 | 142 | 20 |
| Binary | 1010001 | 11010 | 1 | 0 | 1000100 | 1100011 | 1000100 | 10011 | 1100010 | 10000 |
Color Harmonies of #511A01
Complementary color
Monochromatic Colors of #511A01
Black with #511A01
Text Example
Text Example
White with #511A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A01; }
p { color: rgb(81,26,1); }
H1.HeaderClassName
{
color: #511A01;
}
.AnyTagClassName
{
color: #511A01;
}
</style>
background-color css
<style>
a { background-color: #511A01; }
a { background-color: rgb(81,26,1); }
div.DivClassName
{
background-color: #511A01;
}
.BgClassName
{
background-color: #511A01;
}
</style>
border-color css
<style>
span { border-color: #511A01; }
span { border-color: rgb(81,26,1); }
td.TdClassName
{
border-color: #511A01;
}
.TagClassName
{
border-color: #511A01;
}
</style>