Shades of Brown Pod #3D1B03
Tints of Brown Pod #3D1B03
RGB
CMYK
RGB Variations
Color information
#3D1B03 (or 0x3D1B03) is known color: Brown Pod. HEX triplet: 3D, 1B and 03. RGB value is (61,27,3). Sum of RGB (Red+Green+Blue) = 61+27+3=91 (12% of max value = 765). Red value is 61 (24.22% from 255 or 67.03% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1B03 is #C2E4FC. Grayscale: #222222. Windows color (decimal): -12772605 or 203581. OLE color: 203581.
HSL color Cylindrical-coordinate representation of color #3D1B03: hue angle of 24.83º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D1B03 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 27 | 3 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.76 |
| HSL | 24.83º | 0.91% | 0.13% | - |
| HSV(B) | 24.83º | 0.95% | 0.24% | - |
| XYZ | 2.33 | 1.78 | 0.31 | - |
| YUV | 34.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 3 | 0 | 0.56 | 0.95 | 0.76 | 24.83 | 0.91 | 0.13 |
| Hex | 3D | 1B | 3 | 0 | 38 | 5F | 4C | 19 | 5B | D |
| Octal | 75 | 33 | 3 | 0 | 70 | 137 | 114 | 31 | 133 | 15 |
| Binary | 111101 | 11011 | 11 | 0 | 111000 | 1011111 | 1001100 | 11001 | 1011011 | 1101 |
Color Harmonies of #3D1B03
Complementary color
Monochromatic Colors of #3D1B03
Black with #3D1B03
Text Example
Text Example
White with #3D1B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1B03; }
p { color: rgb(61,27,3); }
H1.HeaderClassName
{
color: #3D1B03;
}
.AnyTagClassName
{
color: #3D1B03;
}
</style>
background-color css
<style>
a { background-color: #3D1B03; }
a { background-color: rgb(61,27,3); }
div.DivClassName
{
background-color: #3D1B03;
}
.BgClassName
{
background-color: #3D1B03;
}
</style>
border-color css
<style>
span { border-color: #3D1B03; }
span { border-color: rgb(61,27,3); }
td.TdClassName
{
border-color: #3D1B03;
}
.TagClassName
{
border-color: #3D1B03;
}
</style>