Shades of Brown Pod #3D1B02
Tints of Brown Pod #3D1B02
RGB
CMYK
RGB Variations
Color information
#3D1B02 (or 0x3D1B02) is known color: Brown Pod. HEX triplet: 3D, 1B and 02. RGB value is (61,27,2). Sum of RGB (Red+Green+Blue) = 61+27+2=90 (11% of max value = 765). Red value is 61 (24.22% from 255 or 67.78% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1B02 is #C2E4FD. Grayscale: #222222. Windows color (decimal): -12772606 or 138045. OLE color: 138045.
HSL color Cylindrical-coordinate representation of color #3D1B02: hue angle of 25.42º 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 #3D1B02 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 27 | 2 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.76 |
| HSL | 25.42º | 0.94% | 0.12% | - |
| HSV(B) | 25.42º | 0.97% | 0.24% | - |
| XYZ | 2.33 | 1.78 | 0.28 | - |
| YUV | 34.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 2 | 0 | 0.56 | 0.97 | 0.76 | 25.42 | 0.94 | 0.12 |
| Hex | 3D | 1B | 2 | 0 | 38 | 61 | 4C | 19 | 5E | C |
| Octal | 75 | 33 | 2 | 0 | 70 | 141 | 114 | 31 | 136 | 14 |
| Binary | 111101 | 11011 | 10 | 0 | 111000 | 1100001 | 1001100 | 11001 | 1011110 | 1100 |
Color Harmonies of #3D1B02
Complementary color
Monochromatic Colors of #3D1B02
Black with #3D1B02
Text Example
Text Example
White with #3D1B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1B02; }
p { color: rgb(61,27,2); }
H1.HeaderClassName
{
color: #3D1B02;
}
.AnyTagClassName
{
color: #3D1B02;
}
</style>
background-color css
<style>
a { background-color: #3D1B02; }
a { background-color: rgb(61,27,2); }
div.DivClassName
{
background-color: #3D1B02;
}
.BgClassName
{
background-color: #3D1B02;
}
</style>
border-color css
<style>
span { border-color: #3D1B02; }
span { border-color: rgb(61,27,2); }
td.TdClassName
{
border-color: #3D1B02;
}
.TagClassName
{
border-color: #3D1B02;
}
</style>