Shades of Brown Pod #511B02
Tints of Brown Pod #511B02
RGB
CMYK
RGB Variations
Color information
#511B02 (or 0x511B02) is known color: Brown Pod. HEX triplet: 51, 1B and 02. RGB value is (81,27,2). Sum of RGB (Red+Green+Blue) = 81+27+2=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #511B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511B02 is #AEE4FD. Grayscale: #282828. Windows color (decimal): -11461886 or 138065. OLE color: 138065.
HSL color Cylindrical-coordinate representation of color #511B02: hue angle of 18.99º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #511B02 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 27 | 2 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.68 |
| HSL | 18.99º | 0.95% | 0.16% | - |
| HSV(B) | 18.99º | 0.98% | 0.32% | - |
| XYZ | 3.8 | 2.54 | 0.35 | - |
| YUV | 40.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 2 | 0 | 0.67 | 0.98 | 0.68 | 18.99 | 0.95 | 0.16 |
| Hex | 51 | 1B | 2 | 0 | 43 | 62 | 44 | 13 | 5F | 10 |
| Octal | 121 | 33 | 2 | 0 | 103 | 142 | 104 | 23 | 137 | 20 |
| Binary | 1010001 | 11011 | 10 | 0 | 1000011 | 1100010 | 1000100 | 10011 | 1011111 | 10000 |
Color Harmonies of #511B02
Complementary color
Monochromatic Colors of #511B02
Black with #511B02
Text Example
Text Example
White with #511B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B02; }
p { color: rgb(81,27,2); }
H1.HeaderClassName
{
color: #511B02;
}
.AnyTagClassName
{
color: #511B02;
}
</style>
background-color css
<style>
a { background-color: #511B02; }
a { background-color: rgb(81,27,2); }
div.DivClassName
{
background-color: #511B02;
}
.BgClassName
{
background-color: #511B02;
}
</style>
border-color css
<style>
span { border-color: #511B02; }
span { border-color: rgb(81,27,2); }
td.TdClassName
{
border-color: #511B02;
}
.TagClassName
{
border-color: #511B02;
}
</style>