Shades of Brown Pod #43201A
Tints of Brown Pod #43201A
RGB
CMYK
RGB Variations
Color information
#43201A (or 0x43201A) is known color: Brown Pod. HEX triplet: 43, 20 and 1A. RGB value is (67,32,26). Sum of RGB (Red+Green+Blue) = 67+32+26=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #43201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43201A is #BCDFE5. Grayscale: #292929. Windows color (decimal): -12378086 or 1712195. OLE color: 1712195.
HSL color Cylindrical-coordinate representation of color #43201A: hue angle of 8.78º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43201A is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 32 | 26 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.74 |
| HSL | 8.78º | 0.44% | 0.18% | - |
| HSV(B) | 8.78º | 0.61% | 0.26% | - |
| XYZ | 3.02 | 2.3 | 1.26 | - |
| YUV | 41.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 26 | 0 | 0.52 | 0.61 | 0.74 | 8.78 | 0.44 | 0.18 |
| Hex | 43 | 20 | 1A | 0 | 34 | 3D | 4A | 9 | 2C | 12 |
| Octal | 103 | 40 | 32 | 0 | 64 | 75 | 112 | 11 | 54 | 22 |
| Binary | 1000011 | 100000 | 11010 | 0 | 110100 | 111101 | 1001010 | 1001 | 101100 | 10010 |
Color Harmonies of #43201A
Complementary color
Monochromatic Colors of #43201A
Black with #43201A
Text Example
Text Example
White with #43201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43201A; }
p { color: rgb(67,32,26); }
H1.HeaderClassName
{
color: #43201A;
}
.AnyTagClassName
{
color: #43201A;
}
</style>
background-color css
<style>
a { background-color: #43201A; }
a { background-color: rgb(67,32,26); }
div.DivClassName
{
background-color: #43201A;
}
.BgClassName
{
background-color: #43201A;
}
</style>
border-color css
<style>
span { border-color: #43201A; }
span { border-color: rgb(67,32,26); }
td.TdClassName
{
border-color: #43201A;
}
.TagClassName
{
border-color: #43201A;
}
</style>