Shades of Brown Pod #4A1F17
Tints of Brown Pod #4A1F17
RGB
CMYK
RGB Variations
Color information
#4A1F17 (or 0x4A1F17) is known color: Brown Pod. HEX triplet: 4A, 1F and 17. RGB value is (74,31,23). Sum of RGB (Red+Green+Blue) = 74+31+23=128 (16% of max value = 765). Red value is 74 (29.30% from 255 or 57.81% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A1F17 is #B5E0E8. Grayscale: #2B2B2B. Windows color (decimal): -11919593 or 1515338. OLE color: 1515338.
HSL color Cylindrical-coordinate representation of color #4A1F17: hue angle of 9.41º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A1F17 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 31 | 23 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.71 |
| HSL | 9.41º | 0.53% | 0.19% | - |
| HSV(B) | 9.41º | 0.69% | 0.29% | - |
| XYZ | 3.47 | 2.5 | 1.11 | - |
| YUV | 42.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 23 | 0 | 0.58 | 0.69 | 0.71 | 9.41 | 0.53 | 0.19 |
| Hex | 4A | 1F | 17 | 0 | 3A | 45 | 47 | 9 | 35 | 13 |
| Octal | 112 | 37 | 27 | 0 | 72 | 105 | 107 | 11 | 65 | 23 |
| Binary | 1001010 | 11111 | 10111 | 0 | 111010 | 1000101 | 1000111 | 1001 | 110101 | 10011 |
Color Harmonies of #4A1F17
Complementary color
Monochromatic Colors of #4A1F17
Black with #4A1F17
Text Example
Text Example
White with #4A1F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1F17; }
p { color: rgb(74,31,23); }
H1.HeaderClassName
{
color: #4A1F17;
}
.AnyTagClassName
{
color: #4A1F17;
}
</style>
background-color css
<style>
a { background-color: #4A1F17; }
a { background-color: rgb(74,31,23); }
div.DivClassName
{
background-color: #4A1F17;
}
.BgClassName
{
background-color: #4A1F17;
}
</style>
border-color css
<style>
span { border-color: #4A1F17; }
span { border-color: rgb(74,31,23); }
td.TdClassName
{
border-color: #4A1F17;
}
.TagClassName
{
border-color: #4A1F17;
}
</style>