Shades of Brown Pod #3D2723
Tints of Brown Pod #3D2723
RGB
CMYK
RGB Variations
Color information
#3D2723 (or 0x3D2723) is known color: Brown Pod. HEX triplet: 3D, 27 and 23. RGB value is (61,39,35). Sum of RGB (Red+Green+Blue) = 61+39+35=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2723 is #C2D8DC. Grayscale: #2D2D2D. Windows color (decimal): -12769501 or 2303805. OLE color: 2303805.
HSL color Cylindrical-coordinate representation of color #3D2723: hue angle of 9.23º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D2723 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 39 | 35 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.76 |
| HSL | 9.23º | 0.27% | 0.19% | - |
| HSV(B) | 9.23º | 0.43% | 0.24% | - |
| XYZ | 2.95 | 2.56 | 1.93 | - |
| YUV | 45.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 35 | 0 | 0.36 | 0.43 | 0.76 | 9.23 | 0.27 | 0.19 |
| Hex | 3D | 27 | 23 | 0 | 24 | 2B | 4C | 9 | 1B | 13 |
| Octal | 75 | 47 | 43 | 0 | 44 | 53 | 114 | 11 | 33 | 23 |
| Binary | 111101 | 100111 | 100011 | 0 | 100100 | 101011 | 1001100 | 1001 | 11011 | 10011 |
Color Harmonies of #3D2723
Complementary color
Monochromatic Colors of #3D2723
Black with #3D2723
Text Example
Text Example
White with #3D2723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2723; }
p { color: rgb(61,39,35); }
H1.HeaderClassName
{
color: #3D2723;
}
.AnyTagClassName
{
color: #3D2723;
}
</style>
background-color css
<style>
a { background-color: #3D2723; }
a { background-color: rgb(61,39,35); }
div.DivClassName
{
background-color: #3D2723;
}
.BgClassName
{
background-color: #3D2723;
}
</style>
border-color css
<style>
span { border-color: #3D2723; }
span { border-color: rgb(61,39,35); }
td.TdClassName
{
border-color: #3D2723;
}
.TagClassName
{
border-color: #3D2723;
}
</style>