Shades of Brown Pod #3D1303
Tints of Brown Pod #3D1303
RGB
CMYK
RGB Variations
Color information
#3D1303 (or 0x3D1303) is known color: Brown Pod. HEX triplet: 3D, 13 and 03. RGB value is (61,19,3). Sum of RGB (Red+Green+Blue) = 61+19+3=83 (10% of max value = 765). Red value is 61 (24.22% from 255 or 73.49% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1303 is #C2ECFC. Grayscale: #1D1D1D. Windows color (decimal): -12774653 or 201533. OLE color: 201533.
HSL color Cylindrical-coordinate representation of color #3D1303: hue angle of 16.55º 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 #3D1303 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 19 | 3 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.76 |
| HSL | 16.55º | 0.91% | 0.13% | - |
| HSV(B) | 16.55º | 0.95% | 0.24% | - |
| XYZ | 2.17 | 1.46 | 0.25 | - |
| YUV | 29.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 3 | 0 | 0.69 | 0.95 | 0.76 | 16.55 | 0.91 | 0.13 |
| Hex | 3D | 13 | 3 | 0 | 45 | 5F | 4C | 11 | 5B | D |
| Octal | 75 | 23 | 3 | 0 | 105 | 137 | 114 | 21 | 133 | 15 |
| Binary | 111101 | 10011 | 11 | 0 | 1000101 | 1011111 | 1001100 | 10001 | 1011011 | 1101 |
Color Harmonies of #3D1303
Complementary color
Monochromatic Colors of #3D1303
Black with #3D1303
Text Example
Text Example
White with #3D1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1303; }
p { color: rgb(61,19,3); }
H1.HeaderClassName
{
color: #3D1303;
}
.AnyTagClassName
{
color: #3D1303;
}
</style>
background-color css
<style>
a { background-color: #3D1303; }
a { background-color: rgb(61,19,3); }
div.DivClassName
{
background-color: #3D1303;
}
.BgClassName
{
background-color: #3D1303;
}
</style>
border-color css
<style>
span { border-color: #3D1303; }
span { border-color: rgb(61,19,3); }
td.TdClassName
{
border-color: #3D1303;
}
.TagClassName
{
border-color: #3D1303;
}
</style>