Shades of Brown Pod #431B08
Tints of Brown Pod #431B08
RGB
CMYK
RGB Variations
Color information
#431B08 (or 0x431B08) is known color: Brown Pod. HEX triplet: 43, 1B and 08. RGB value is (67,27,8). Sum of RGB (Red+Green+Blue) = 67+27+8=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #431B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B08 is #BCE4F7. Grayscale: #242424. Windows color (decimal): -12379384 or 531267. OLE color: 531267.
HSL color Cylindrical-coordinate representation of color #431B08: hue angle of 19.32º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431B08 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 8 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.74 |
| HSL | 19.32º | 0.79% | 0.15% | - |
| HSV(B) | 19.32º | 0.88% | 0.26% | - |
| XYZ | 2.75 | 1.99 | 0.47 | - |
| YUV | 36.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 8 | 0 | 0.60 | 0.88 | 0.74 | 19.32 | 0.79 | 0.15 |
| Hex | 43 | 1B | 8 | 0 | 3C | 58 | 4A | 13 | 4F | F |
| Octal | 103 | 33 | 10 | 0 | 74 | 130 | 112 | 23 | 117 | 17 |
| Binary | 1000011 | 11011 | 1000 | 0 | 111100 | 1011000 | 1001010 | 10011 | 1001111 | 1111 |
Color Harmonies of #431B08
Complementary color
Monochromatic Colors of #431B08
Black with #431B08
Text Example
Text Example
White with #431B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B08; }
p { color: rgb(67,27,8); }
H1.HeaderClassName
{
color: #431B08;
}
.AnyTagClassName
{
color: #431B08;
}
</style>
background-color css
<style>
a { background-color: #431B08; }
a { background-color: rgb(67,27,8); }
div.DivClassName
{
background-color: #431B08;
}
.BgClassName
{
background-color: #431B08;
}
</style>
border-color css
<style>
span { border-color: #431B08; }
span { border-color: rgb(67,27,8); }
td.TdClassName
{
border-color: #431B08;
}
.TagClassName
{
border-color: #431B08;
}
</style>