Shades of Brown Pod #43201E
Tints of Brown Pod #43201E
RGB
CMYK
RGB Variations
Color information
#43201E (or 0x43201E) is known color: Brown Pod. HEX triplet: 43, 20 and 1E. RGB value is (67,32,30). Sum of RGB (Red+Green+Blue) = 67+32+30=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #43201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43201E is #BCDFE1. Grayscale: #2A2A2A. Windows color (decimal): -12378082 or 1974339. OLE color: 1974339.
HSL color Cylindrical-coordinate representation of color #43201E: hue angle of 3.24º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43201E is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 32 | 30 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.74 |
| HSL | 3.24º | 0.38% | 0.19% | - |
| HSV(B) | 3.24º | 0.55% | 0.26% | - |
| XYZ | 3.07 | 2.32 | 1.51 | - |
| YUV | 42.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 30 | 0 | 0.52 | 0.55 | 0.74 | 3.24 | 0.38 | 0.19 |
| Hex | 43 | 20 | 1E | 0 | 34 | 37 | 4A | 3 | 26 | 13 |
| Octal | 103 | 40 | 36 | 0 | 64 | 67 | 112 | 3 | 46 | 23 |
| Binary | 1000011 | 100000 | 11110 | 0 | 110100 | 110111 | 1001010 | 11 | 100110 | 10011 |
Color Harmonies of #43201E
Complementary color
Monochromatic Colors of #43201E
Black with #43201E
Text Example
Text Example
White with #43201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43201E; }
p { color: rgb(67,32,30); }
H1.HeaderClassName
{
color: #43201E;
}
.AnyTagClassName
{
color: #43201E;
}
</style>
background-color css
<style>
a { background-color: #43201E; }
a { background-color: rgb(67,32,30); }
div.DivClassName
{
background-color: #43201E;
}
.BgClassName
{
background-color: #43201E;
}
</style>
border-color css
<style>
span { border-color: #43201E; }
span { border-color: rgb(67,32,30); }
td.TdClassName
{
border-color: #43201E;
}
.TagClassName
{
border-color: #43201E;
}
</style>