Shades of Brown Pod #431500
Tints of Brown Pod #431500
RGB
CMYK
RGB Variations
Color information
#431500 (or 0x431500) is known color: Brown Pod. HEX triplet: 43, 15 and 00. RGB value is (67,21,0). Sum of RGB (Red+Green+Blue) = 67+21+0=88 (11% of max value = 765). Red value is 67 (26.56% from 255 or 76.14% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 67 - color contains mainly: red. Hex color #431500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431500 is #BCEAFF. Grayscale: #202020. Windows color (decimal): -12380928 or 5443. OLE color: 5443.
HSL color Cylindrical-coordinate representation of color #431500: hue angle of 18.81º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #431500 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 21 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.74 |
| HSL | 18.81º | 1% | 0.13% | - |
| HSV(B) | 18.81º | 1% | 0.26% | - |
| XYZ | 2.58 | 1.73 | 0.2 | - |
| YUV | 32.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 0 | 0 | 0.69 | 1 | 0.74 | 18.81 | 1 | 0.13 |
| Hex | 43 | 15 | 0 | 0 | 45 | 64 | 4A | 13 | 64 | D |
| Octal | 103 | 25 | 0 | 0 | 105 | 144 | 112 | 23 | 144 | 15 |
| Binary | 1000011 | 10101 | 0 | 0 | 1000101 | 1100100 | 1001010 | 10011 | 1100100 | 1101 |
Color Harmonies of #431500
Complementary color
Monochromatic Colors of #431500
Black with #431500
Text Example
Text Example
White with #431500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431500; }
p { color: rgb(67,21,0); }
H1.HeaderClassName
{
color: #431500;
}
.AnyTagClassName
{
color: #431500;
}
</style>
background-color css
<style>
a { background-color: #431500; }
a { background-color: rgb(67,21,0); }
div.DivClassName
{
background-color: #431500;
}
.BgClassName
{
background-color: #431500;
}
</style>
border-color css
<style>
span { border-color: #431500; }
span { border-color: rgb(67,21,0); }
td.TdClassName
{
border-color: #431500;
}
.TagClassName
{
border-color: #431500;
}
</style>