Shades of Brown Pod #431A02
Tints of Brown Pod #431A02
RGB
CMYK
RGB Variations
Color information
#431A02 (or 0x431A02) is known color: Brown Pod. HEX triplet: 43, 1A and 02. RGB value is (67,26,2). Sum of RGB (Red+Green+Blue) = 67+26+2=95 (12% of max value = 765). Red value is 67 (26.56% from 255 or 70.53% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 67 - color contains mainly: red. Hex color #431A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A02 is #BCE5FD. Grayscale: #232323. Windows color (decimal): -12379646 or 137795. OLE color: 137795.
HSL color Cylindrical-coordinate representation of color #431A02: hue angle of 22.15º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #431A02 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 2 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.74 |
| HSL | 22.15º | 0.94% | 0.14% | - |
| HSV(B) | 22.15º | 0.97% | 0.26% | - |
| XYZ | 2.7 | 1.94 | 0.29 | - |
| YUV | 35.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 2 | 0 | 0.61 | 0.97 | 0.74 | 22.15 | 0.94 | 0.14 |
| Hex | 43 | 1A | 2 | 0 | 3D | 61 | 4A | 16 | 5E | E |
| Octal | 103 | 32 | 2 | 0 | 75 | 141 | 112 | 26 | 136 | 16 |
| Binary | 1000011 | 11010 | 10 | 0 | 111101 | 1100001 | 1001010 | 10110 | 1011110 | 1110 |
Color Harmonies of #431A02
Complementary color
Monochromatic Colors of #431A02
Black with #431A02
Text Example
Text Example
White with #431A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A02; }
p { color: rgb(67,26,2); }
H1.HeaderClassName
{
color: #431A02;
}
.AnyTagClassName
{
color: #431A02;
}
</style>
background-color css
<style>
a { background-color: #431A02; }
a { background-color: rgb(67,26,2); }
div.DivClassName
{
background-color: #431A02;
}
.BgClassName
{
background-color: #431A02;
}
</style>
border-color css
<style>
span { border-color: #431A02; }
span { border-color: rgb(67,26,2); }
td.TdClassName
{
border-color: #431A02;
}
.TagClassName
{
border-color: #431A02;
}
</style>