Shades of Brown Pod #4A231B
Tints of Brown Pod #4A231B
RGB
CMYK
RGB Variations
Color information
#4A231B (or 0x4A231B) is known color: Brown Pod. HEX triplet: 4A, 23 and 1B. RGB value is (74,35,27). Sum of RGB (Red+Green+Blue) = 74+35+27=136 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.41% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 74 - color contains mainly: red. Hex color #4A231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A231B is #B5DCE4. Grayscale: #2D2D2D. Windows color (decimal): -11918565 or 1778506. OLE color: 1778506.
HSL color Cylindrical-coordinate representation of color #4A231B: hue angle of 10.21º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A231B is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 35 | 27 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.71 |
| HSL | 10.21º | 0.47% | 0.2% | - |
| HSV(B) | 10.21º | 0.64% | 0.29% | - |
| XYZ | 3.62 | 2.74 | 1.37 | - |
| YUV | 45.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 27 | 0 | 0.53 | 0.64 | 0.71 | 10.21 | 0.47 | 0.2 |
| Hex | 4A | 23 | 1B | 0 | 35 | 40 | 47 | A | 2F | 14 |
| Octal | 112 | 43 | 33 | 0 | 65 | 100 | 107 | 12 | 57 | 24 |
| Binary | 1001010 | 100011 | 11011 | 0 | 110101 | 1000000 | 1000111 | 1010 | 101111 | 10100 |
Color Harmonies of #4A231B
Complementary color
Monochromatic Colors of #4A231B
Black with #4A231B
Text Example
Text Example
White with #4A231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A231B; }
p { color: rgb(74,35,27); }
H1.HeaderClassName
{
color: #4A231B;
}
.AnyTagClassName
{
color: #4A231B;
}
</style>
background-color css
<style>
a { background-color: #4A231B; }
a { background-color: rgb(74,35,27); }
div.DivClassName
{
background-color: #4A231B;
}
.BgClassName
{
background-color: #4A231B;
}
</style>
border-color css
<style>
span { border-color: #4A231B; }
span { border-color: rgb(74,35,27); }
td.TdClassName
{
border-color: #4A231B;
}
.TagClassName
{
border-color: #4A231B;
}
</style>