Shades of Punga #5C4A2C
Tints of Punga #5C4A2C
RGB
CMYK
RGB Variations
Color information
#5C4A2C (or 0x5C4A2C) is known color: Punga. HEX triplet: 5C, 4A and 2C. RGB value is (92,74,44). Sum of RGB (Red+Green+Blue) = 92+74+44=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4A2C is #A3B5D3. Grayscale: #4C4C4C. Windows color (decimal): -10728916 or 2902620. OLE color: 2902620.
HSL color Cylindrical-coordinate representation of color #5C4A2C: hue angle of 37.5º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C4A2C is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 74 | 44 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.64 |
| HSL | 37.5º | 0.35% | 0.27% | - |
| HSV(B) | 37.5º | 0.52% | 0.36% | - |
| XYZ | 7.32 | 7.35 | 3.42 | - |
| YUV | 75.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 44 | 0 | 0.20 | 0.52 | 0.64 | 37.5 | 0.35 | 0.27 |
| Hex | 5C | 4A | 2C | 0 | 14 | 34 | 40 | 26 | 23 | 1B |
| Octal | 134 | 112 | 54 | 0 | 24 | 64 | 100 | 46 | 43 | 33 |
| Binary | 1011100 | 1001010 | 101100 | 0 | 10100 | 110100 | 1000000 | 100110 | 100011 | 11011 |
Color Harmonies of #5C4A2C
Complementary color
Monochromatic Colors of #5C4A2C
Black with #5C4A2C
Text Example
Text Example
White with #5C4A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4A2C; }
p { color: rgb(92,74,44); }
H1.HeaderClassName
{
color: #5C4A2C;
}
.AnyTagClassName
{
color: #5C4A2C;
}
</style>
background-color css
<style>
a { background-color: #5C4A2C; }
a { background-color: rgb(92,74,44); }
div.DivClassName
{
background-color: #5C4A2C;
}
.BgClassName
{
background-color: #5C4A2C;
}
</style>
border-color css
<style>
span { border-color: #5C4A2C; }
span { border-color: rgb(92,74,44); }
td.TdClassName
{
border-color: #5C4A2C;
}
.TagClassName
{
border-color: #5C4A2C;
}
</style>