Shades of Brown Pod #431B02
Tints of Brown Pod #431B02
RGB
CMYK
RGB Variations
Color information
#431B02 (or 0x431B02) is known color: Brown Pod. HEX triplet: 43, 1B and 02. RGB value is (67,27,2). Sum of RGB (Red+Green+Blue) = 67+27+2=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #431B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B02 is #BCE4FD. Grayscale: #242424. Windows color (decimal): -12379390 or 138051. OLE color: 138051.
HSL color Cylindrical-coordinate representation of color #431B02: hue angle of 23.08º 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 #431B02 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 2 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.74 |
| HSL | 23.08º | 0.94% | 0.14% | - |
| HSV(B) | 23.08º | 0.97% | 0.26% | - |
| XYZ | 2.72 | 1.98 | 0.3 | - |
| YUV | 36.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 2 | 0 | 0.60 | 0.97 | 0.74 | 23.08 | 0.94 | 0.14 |
| Hex | 43 | 1B | 2 | 0 | 3C | 61 | 4A | 17 | 5E | E |
| Octal | 103 | 33 | 2 | 0 | 74 | 141 | 112 | 27 | 136 | 16 |
| Binary | 1000011 | 11011 | 10 | 0 | 111100 | 1100001 | 1001010 | 10111 | 1011110 | 1110 |
Color Harmonies of #431B02
Complementary color
Monochromatic Colors of #431B02
Black with #431B02
Text Example
Text Example
White with #431B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B02; }
p { color: rgb(67,27,2); }
H1.HeaderClassName
{
color: #431B02;
}
.AnyTagClassName
{
color: #431B02;
}
</style>
background-color css
<style>
a { background-color: #431B02; }
a { background-color: rgb(67,27,2); }
div.DivClassName
{
background-color: #431B02;
}
.BgClassName
{
background-color: #431B02;
}
</style>
border-color css
<style>
span { border-color: #431B02; }
span { border-color: rgb(67,27,2); }
td.TdClassName
{
border-color: #431B02;
}
.TagClassName
{
border-color: #431B02;
}
</style>