Shades of Brown Pod #43200A
Tints of Brown Pod #43200A
RGB
CMYK
RGB Variations
Color information
#43200A (or 0x43200A) is known color: Brown Pod. HEX triplet: 43, 20 and 0A. RGB value is (67,32,10). Sum of RGB (Red+Green+Blue) = 67+32+10=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #43200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43200A is #BCDFF5. Grayscale: #282828. Windows color (decimal): -12378102 or 663619. OLE color: 663619.
HSL color Cylindrical-coordinate representation of color #43200A: hue angle of 23.16º 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 #43200A is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 32 | 10 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.74 |
| HSL | 23.16º | 0.74% | 0.15% | - |
| HSV(B) | 23.16º | 0.85% | 0.26% | - |
| XYZ | 2.89 | 2.25 | 0.57 | - |
| YUV | 39.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 10 | 0 | 0.52 | 0.85 | 0.74 | 23.16 | 0.74 | 0.15 |
| Hex | 43 | 20 | A | 0 | 34 | 55 | 4A | 17 | 4A | F |
| Octal | 103 | 40 | 12 | 0 | 64 | 125 | 112 | 27 | 112 | 17 |
| Binary | 1000011 | 100000 | 1010 | 0 | 110100 | 1010101 | 1001010 | 10111 | 1001010 | 1111 |
Color Harmonies of #43200A
Complementary color
Monochromatic Colors of #43200A
Black with #43200A
Text Example
Text Example
White with #43200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43200A; }
p { color: rgb(67,32,10); }
H1.HeaderClassName
{
color: #43200A;
}
.AnyTagClassName
{
color: #43200A;
}
</style>
background-color css
<style>
a { background-color: #43200A; }
a { background-color: rgb(67,32,10); }
div.DivClassName
{
background-color: #43200A;
}
.BgClassName
{
background-color: #43200A;
}
</style>
border-color css
<style>
span { border-color: #43200A; }
span { border-color: rgb(67,32,10); }
td.TdClassName
{
border-color: #43200A;
}
.TagClassName
{
border-color: #43200A;
}
</style>