Shades of Brown Pod #43241D
Tints of Brown Pod #43241D
RGB
CMYK
RGB Variations
Color information
#43241D (or 0x43241D) is known color: Brown Pod. HEX triplet: 43, 24 and 1D. RGB value is (67,36,29). Sum of RGB (Red+Green+Blue) = 67+36+29=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #43241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43241D is #BCDBE2. Grayscale: #2C2C2C. Windows color (decimal): -12377059 or 1909827. OLE color: 1909827.
HSL color Cylindrical-coordinate representation of color #43241D: hue angle of 11.05º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43241D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 36 | 29 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.74 |
| HSL | 11.05º | 0.4% | 0.19% | - |
| HSV(B) | 11.05º | 0.57% | 0.26% | - |
| XYZ | 3.17 | 2.54 | 1.49 | - |
| YUV | 44.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 29 | 0 | 0.46 | 0.57 | 0.74 | 11.05 | 0.4 | 0.19 |
| Hex | 43 | 24 | 1D | 0 | 2E | 39 | 4A | B | 28 | 13 |
| Octal | 103 | 44 | 35 | 0 | 56 | 71 | 112 | 13 | 50 | 23 |
| Binary | 1000011 | 100100 | 11101 | 0 | 101110 | 111001 | 1001010 | 1011 | 101000 | 10011 |
Color Harmonies of #43241D
Complementary color
Monochromatic Colors of #43241D
Black with #43241D
Text Example
Text Example
White with #43241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43241D; }
p { color: rgb(67,36,29); }
H1.HeaderClassName
{
color: #43241D;
}
.AnyTagClassName
{
color: #43241D;
}
</style>
background-color css
<style>
a { background-color: #43241D; }
a { background-color: rgb(67,36,29); }
div.DivClassName
{
background-color: #43241D;
}
.BgClassName
{
background-color: #43241D;
}
</style>
border-color css
<style>
span { border-color: #43241D; }
span { border-color: rgb(67,36,29); }
td.TdClassName
{
border-color: #43241D;
}
.TagClassName
{
border-color: #43241D;
}
</style>