Shades of Brown Pod #43261A
Tints of Brown Pod #43261A
RGB
CMYK
RGB Variations
Color information
#43261A (or 0x43261A) is known color: Brown Pod. HEX triplet: 43, 26 and 1A. RGB value is (67,38,26). Sum of RGB (Red+Green+Blue) = 67+38+26=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #43261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43261A is #BCD9E5. Grayscale: #2D2D2D. Windows color (decimal): -12376550 or 1713731. OLE color: 1713731.
HSL color Cylindrical-coordinate representation of color #43261A: hue angle of 17.56º 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 #43261A is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 38 | 26 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.74 |
| HSL | 17.56º | 0.44% | 0.18% | - |
| HSV(B) | 17.56º | 0.61% | 0.26% | - |
| XYZ | 3.19 | 2.65 | 1.32 | - |
| YUV | 45.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 38 | 26 | 0 | 0.43 | 0.61 | 0.74 | 17.56 | 0.44 | 0.18 |
| Hex | 43 | 26 | 1A | 0 | 2B | 3D | 4A | 12 | 2C | 12 |
| Octal | 103 | 46 | 32 | 0 | 53 | 75 | 112 | 22 | 54 | 22 |
| Binary | 1000011 | 100110 | 11010 | 0 | 101011 | 111101 | 1001010 | 10010 | 101100 | 10010 |
Color Harmonies of #43261A
Complementary color
Monochromatic Colors of #43261A
Black with #43261A
Text Example
Text Example
White with #43261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43261A; }
p { color: rgb(67,38,26); }
H1.HeaderClassName
{
color: #43261A;
}
.AnyTagClassName
{
color: #43261A;
}
</style>
background-color css
<style>
a { background-color: #43261A; }
a { background-color: rgb(67,38,26); }
div.DivClassName
{
background-color: #43261A;
}
.BgClassName
{
background-color: #43261A;
}
</style>
border-color css
<style>
span { border-color: #43261A; }
span { border-color: rgb(67,38,26); }
td.TdClassName
{
border-color: #43261A;
}
.TagClassName
{
border-color: #43261A;
}
</style>