Shades of Camouflage #4B4A27
Tints of Camouflage #4B4A27
RGB
CMYK
RGB Variations
Color information
#4B4A27 (or 0x4B4A27) is known color: Camouflage. HEX triplet: 4B, 4A and 27. RGB value is (75,74,39). Sum of RGB (Red+Green+Blue) = 75+74+39=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4A27 is #B4B5D8. Grayscale: #464646. Windows color (decimal): -11843033 or 2574923. OLE color: 2574923.
HSL color Cylindrical-coordinate representation of color #4B4A27: hue angle of 58.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B4A27 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 74 | 39 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.71 |
| HSL | 58.33º | 0.32% | 0.22% | - |
| HSV(B) | 58.33º | 0.48% | 0.29% | - |
| XYZ | 5.72 | 6.54 | 2.88 | - |
| YUV | 70.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 74 | 39 | 0 | 0.01 | 0.48 | 0.71 | 58.33 | 0.32 | 0.22 |
| Hex | 4B | 4A | 27 | 0 | 1 | 30 | 47 | 3A | 20 | 16 |
| Octal | 113 | 112 | 47 | 0 | 1 | 60 | 107 | 72 | 40 | 26 |
| Binary | 1001011 | 1001010 | 100111 | 0 | 1 | 110000 | 1000111 | 111010 | 100000 | 10110 |
Color Harmonies of #4B4A27
Complementary color
Monochromatic Colors of #4B4A27
Black with #4B4A27
Text Example
Text Example
White with #4B4A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4A27; }
p { color: rgb(75,74,39); }
H1.HeaderClassName
{
color: #4B4A27;
}
.AnyTagClassName
{
color: #4B4A27;
}
</style>
background-color css
<style>
a { background-color: #4B4A27; }
a { background-color: rgb(75,74,39); }
div.DivClassName
{
background-color: #4B4A27;
}
.BgClassName
{
background-color: #4B4A27;
}
</style>
border-color css
<style>
span { border-color: #4B4A27; }
span { border-color: rgb(75,74,39); }
td.TdClassName
{
border-color: #4B4A27;
}
.TagClassName
{
border-color: #4B4A27;
}
</style>