Shades of Brown Pod #3B1A02
Tints of Brown Pod #3B1A02
RGB
CMYK
RGB Variations
Color information
#3B1A02 (or 0x3B1A02) is known color: Brown Pod. HEX triplet: 3B, 1A and 02. RGB value is (59,26,2). Sum of RGB (Red+Green+Blue) = 59+26+2=87 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.82% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1A02 is #C4E5FD. Grayscale: #212121. Windows color (decimal): -12903934 or 137787. OLE color: 137787.
HSL color Cylindrical-coordinate representation of color #3B1A02: hue angle of 25.26º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B1A02 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 26 | 2 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.77 |
| HSL | 25.26º | 0.93% | 0.12% | - |
| HSV(B) | 25.26º | 0.97% | 0.23% | - |
| XYZ | 2.18 | 1.67 | 0.27 | - |
| YUV | 33.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 2 | 0 | 0.56 | 0.97 | 0.77 | 25.26 | 0.93 | 0.12 |
| Hex | 3B | 1A | 2 | 0 | 38 | 61 | 4D | 19 | 5D | C |
| Octal | 73 | 32 | 2 | 0 | 70 | 141 | 115 | 31 | 135 | 14 |
| Binary | 111011 | 11010 | 10 | 0 | 111000 | 1100001 | 1001101 | 11001 | 1011101 | 1100 |
Color Harmonies of #3B1A02
Complementary color
Monochromatic Colors of #3B1A02
Black with #3B1A02
Text Example
Text Example
White with #3B1A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A02; }
p { color: rgb(59,26,2); }
H1.HeaderClassName
{
color: #3B1A02;
}
.AnyTagClassName
{
color: #3B1A02;
}
</style>
background-color css
<style>
a { background-color: #3B1A02; }
a { background-color: rgb(59,26,2); }
div.DivClassName
{
background-color: #3B1A02;
}
.BgClassName
{
background-color: #3B1A02;
}
</style>
border-color css
<style>
span { border-color: #3B1A02; }
span { border-color: rgb(59,26,2); }
td.TdClassName
{
border-color: #3B1A02;
}
.TagClassName
{
border-color: #3B1A02;
}
</style>