Shades of Brown Pod #431303
Tints of Brown Pod #431303
RGB
CMYK
RGB Variations
Color information
#431303 (or 0x431303) is known color: Brown Pod. HEX triplet: 43, 13 and 03. RGB value is (67,19,3). Sum of RGB (Red+Green+Blue) = 67+19+3=89 (11% of max value = 765). Red value is 67 (26.56% from 255 or 75.28% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 67 - color contains mainly: red. Hex color #431303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431303 is #BCECFC. Grayscale: #1F1F1F. Windows color (decimal): -12381437 or 201539. OLE color: 201539.
HSL color Cylindrical-coordinate representation of color #431303: hue angle of 15º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #431303 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 19 | 3 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.74 |
| HSL | 15º | 0.91% | 0.14% | - |
| HSV(B) | 15º | 0.96% | 0.26% | - |
| XYZ | 2.56 | 1.67 | 0.27 | - |
| YUV | 31.53 | 111.9 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 3 | 0 | 0.72 | 0.96 | 0.74 | 15 | 0.91 | 0.14 |
| Hex | 43 | 13 | 3 | 0 | 48 | 60 | 4A | F | 5B | E |
| Octal | 103 | 23 | 3 | 0 | 110 | 140 | 112 | 17 | 133 | 16 |
| Binary | 1000011 | 10011 | 11 | 0 | 1001000 | 1100000 | 1001010 | 1111 | 1011011 | 1110 |
Color Harmonies of #431303
Complementary color
Monochromatic Colors of #431303
Black with #431303
Text Example
Text Example
White with #431303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431303; }
p { color: rgb(67,19,3); }
H1.HeaderClassName
{
color: #431303;
}
.AnyTagClassName
{
color: #431303;
}
</style>
background-color css
<style>
a { background-color: #431303; }
a { background-color: rgb(67,19,3); }
div.DivClassName
{
background-color: #431303;
}
.BgClassName
{
background-color: #431303;
}
</style>
border-color css
<style>
span { border-color: #431303; }
span { border-color: rgb(67,19,3); }
td.TdClassName
{
border-color: #431303;
}
.TagClassName
{
border-color: #431303;
}
</style>