Shades of Cabbage Pont #4B583C
Tints of Cabbage Pont #4B583C
RGB
CMYK
RGB Variations
Color information
#4B583C (or 0x4B583C) is known color: Cabbage Pont. HEX triplet: 4B, 58 and 3C. RGB value is (75,88,60). Sum of RGB (Red+Green+Blue) = 75+88+60=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #4B583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B583C is #B4A7C3. Grayscale: #515151. Windows color (decimal): -11839428 or 3954763. OLE color: 3954763.
HSL color Cylindrical-coordinate representation of color #4B583C: hue angle of 87.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B583C is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 88 | 60 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.65 |
| HSL | 87.86º | 0.19% | 0.29% | - |
| HSV(B) | 87.86º | 0.32% | 0.35% | - |
| XYZ | 7.21 | 8.8 | 5.59 | - |
| YUV | 80.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 88 | 60 | 0.15 | 0 | 0.32 | 0.65 | 87.86 | 0.19 | 0.29 |
| Hex | 4B | 58 | 3C | F | 0 | 20 | 41 | 58 | 13 | 1D |
| Octal | 113 | 130 | 74 | 17 | 0 | 40 | 101 | 130 | 23 | 35 |
| Binary | 1001011 | 1011000 | 111100 | 1111 | 0 | 100000 | 1000001 | 1011000 | 10011 | 11101 |
Color Harmonies of #4B583C
Complementary color
Monochromatic Colors of #4B583C
Black with #4B583C
Text Example
Text Example
White with #4B583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B583C; }
p { color: rgb(75,88,60); }
H1.HeaderClassName
{
color: #4B583C;
}
.AnyTagClassName
{
color: #4B583C;
}
</style>
background-color css
<style>
a { background-color: #4B583C; }
a { background-color: rgb(75,88,60); }
div.DivClassName
{
background-color: #4B583C;
}
.BgClassName
{
background-color: #4B583C;
}
</style>
border-color css
<style>
span { border-color: #4B583C; }
span { border-color: rgb(75,88,60); }
td.TdClassName
{
border-color: #4B583C;
}
.TagClassName
{
border-color: #4B583C;
}
</style>