Shades of Brown Pod #43210A
Tints of Brown Pod #43210A
RGB
CMYK
RGB Variations
Color information
#43210A (or 0x43210A) is known color: Brown Pod. HEX triplet: 43, 21 and 0A. RGB value is (67,33,10). Sum of RGB (Red+Green+Blue) = 67+33+10=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #43210A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43210A is #BCDEF5. Grayscale: #282828. Windows color (decimal): -12377846 or 663875. OLE color: 663875.
HSL color Cylindrical-coordinate representation of color #43210A: hue angle of 24.21º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43210A is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 33 | 10 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.74 |
| HSL | 24.21º | 0.74% | 0.15% | - |
| HSV(B) | 24.21º | 0.85% | 0.26% | - |
| XYZ | 2.91 | 2.3 | 0.58 | - |
| YUV | 40.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 10 | 0 | 0.51 | 0.85 | 0.74 | 24.21 | 0.74 | 0.15 |
| Hex | 43 | 21 | A | 0 | 33 | 55 | 4A | 18 | 4A | F |
| Octal | 103 | 41 | 12 | 0 | 63 | 125 | 112 | 30 | 112 | 17 |
| Binary | 1000011 | 100001 | 1010 | 0 | 110011 | 1010101 | 1001010 | 11000 | 1001010 | 1111 |
Color Harmonies of #43210A
Complementary color
Monochromatic Colors of #43210A
Black with #43210A
Text Example
Text Example
White with #43210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43210A; }
p { color: rgb(67,33,10); }
H1.HeaderClassName
{
color: #43210A;
}
.AnyTagClassName
{
color: #43210A;
}
</style>
background-color css
<style>
a { background-color: #43210A; }
a { background-color: rgb(67,33,10); }
div.DivClassName
{
background-color: #43210A;
}
.BgClassName
{
background-color: #43210A;
}
</style>
border-color css
<style>
span { border-color: #43210A; }
span { border-color: rgb(67,33,10); }
td.TdClassName
{
border-color: #43210A;
}
.TagClassName
{
border-color: #43210A;
}
</style>