Shades of Brown Pod #501B02
Tints of Brown Pod #501B02
RGB
CMYK
RGB Variations
Color information
#501B02 (or 0x501B02) is known color: Brown Pod. HEX triplet: 50, 1B and 02. RGB value is (80,27,2). Sum of RGB (Red+Green+Blue) = 80+27+2=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #501B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501B02 is #AFE4FD. Grayscale: #282828. Windows color (decimal): -11527422 or 138064. OLE color: 138064.
HSL color Cylindrical-coordinate representation of color #501B02: hue angle of 19.23º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #501B02 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 2 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.69 |
| HSL | 19.23º | 0.95% | 0.16% | - |
| HSV(B) | 19.23º | 0.98% | 0.31% | - |
| XYZ | 3.71 | 2.49 | 0.34 | - |
| YUV | 40 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 2 | 0 | 0.66 | 0.98 | 0.69 | 19.23 | 0.95 | 0.16 |
| Hex | 50 | 1B | 2 | 0 | 42 | 62 | 45 | 13 | 5F | 10 |
| Octal | 120 | 33 | 2 | 0 | 102 | 142 | 105 | 23 | 137 | 20 |
| Binary | 1010000 | 11011 | 10 | 0 | 1000010 | 1100010 | 1000101 | 10011 | 1011111 | 10000 |
Color Harmonies of #501B02
Complementary color
Monochromatic Colors of #501B02
Black with #501B02
Text Example
Text Example
White with #501B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B02; }
p { color: rgb(80,27,2); }
H1.HeaderClassName
{
color: #501B02;
}
.AnyTagClassName
{
color: #501B02;
}
</style>
background-color css
<style>
a { background-color: #501B02; }
a { background-color: rgb(80,27,2); }
div.DivClassName
{
background-color: #501B02;
}
.BgClassName
{
background-color: #501B02;
}
</style>
border-color css
<style>
span { border-color: #501B02; }
span { border-color: rgb(80,27,2); }
td.TdClassName
{
border-color: #501B02;
}
.TagClassName
{
border-color: #501B02;
}
</style>