Shades of Brown Pod #3D1A02
Tints of Brown Pod #3D1A02
RGB
CMYK
RGB Variations
Color information
#3D1A02 (or 0x3D1A02) is known color: Brown Pod. HEX triplet: 3D, 1A and 02. RGB value is (61,26,2). Sum of RGB (Red+Green+Blue) = 61+26+2=89 (11% of max value = 765). Red value is 61 (24.22% from 255 or 68.54% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1A02 is #C2E5FD. Grayscale: #212121. Windows color (decimal): -12772862 or 137789. OLE color: 137789.
HSL color Cylindrical-coordinate representation of color #3D1A02: hue angle of 24.41º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D1A02 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 26 | 2 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.76 |
| HSL | 24.41º | 0.94% | 0.12% | - |
| HSV(B) | 24.41º | 0.97% | 0.24% | - |
| XYZ | 2.3 | 1.74 | 0.27 | - |
| YUV | 33.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 26 | 2 | 0 | 0.57 | 0.97 | 0.76 | 24.41 | 0.94 | 0.12 |
| Hex | 3D | 1A | 2 | 0 | 39 | 61 | 4C | 18 | 5E | C |
| Octal | 75 | 32 | 2 | 0 | 71 | 141 | 114 | 30 | 136 | 14 |
| Binary | 111101 | 11010 | 10 | 0 | 111001 | 1100001 | 1001100 | 11000 | 1011110 | 1100 |
Color Harmonies of #3D1A02
Complementary color
Monochromatic Colors of #3D1A02
Black with #3D1A02
Text Example
Text Example
White with #3D1A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1A02; }
p { color: rgb(61,26,2); }
H1.HeaderClassName
{
color: #3D1A02;
}
.AnyTagClassName
{
color: #3D1A02;
}
</style>
background-color css
<style>
a { background-color: #3D1A02; }
a { background-color: rgb(61,26,2); }
div.DivClassName
{
background-color: #3D1A02;
}
.BgClassName
{
background-color: #3D1A02;
}
</style>
border-color css
<style>
span { border-color: #3D1A02; }
span { border-color: rgb(61,26,2); }
td.TdClassName
{
border-color: #3D1A02;
}
.TagClassName
{
border-color: #3D1A02;
}
</style>