Shades of Brown Pod #4A1F03
Tints of Brown Pod #4A1F03
RGB
CMYK
RGB Variations
Color information
#4A1F03 (or 0x4A1F03) is known color: Brown Pod. HEX triplet: 4A, 1F and 03. RGB value is (74,31,3). Sum of RGB (Red+Green+Blue) = 74+31+3=108 (14% of max value = 765). Red value is 74 (29.30% from 255 or 68.52% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A1F03 is #B5E0FC. Grayscale: #282828. Windows color (decimal): -11919613 or 204618. OLE color: 204618.
HSL color Cylindrical-coordinate representation of color #4A1F03: hue angle of 23.66º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A1F03 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 31 | 3 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.71 |
| HSL | 23.66º | 0.92% | 0.15% | - |
| HSV(B) | 23.66º | 0.96% | 0.29% | - |
| XYZ | 3.33 | 2.44 | 0.38 | - |
| YUV | 40.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 3 | 0 | 0.58 | 0.96 | 0.71 | 23.66 | 0.92 | 0.15 |
| Hex | 4A | 1F | 3 | 0 | 3A | 60 | 47 | 18 | 5C | F |
| Octal | 112 | 37 | 3 | 0 | 72 | 140 | 107 | 30 | 134 | 17 |
| Binary | 1001010 | 11111 | 11 | 0 | 111010 | 1100000 | 1000111 | 11000 | 1011100 | 1111 |
Color Harmonies of #4A1F03
Complementary color
Monochromatic Colors of #4A1F03
Black with #4A1F03
Text Example
Text Example
White with #4A1F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1F03; }
p { color: rgb(74,31,3); }
H1.HeaderClassName
{
color: #4A1F03;
}
.AnyTagClassName
{
color: #4A1F03;
}
</style>
background-color css
<style>
a { background-color: #4A1F03; }
a { background-color: rgb(74,31,3); }
div.DivClassName
{
background-color: #4A1F03;
}
.BgClassName
{
background-color: #4A1F03;
}
</style>
border-color css
<style>
span { border-color: #4A1F03; }
span { border-color: rgb(74,31,3); }
td.TdClassName
{
border-color: #4A1F03;
}
.TagClassName
{
border-color: #4A1F03;
}
</style>