Shades of Rock #584B3F
Tints of Rock #584B3F
RGB
CMYK
RGB Variations
Color information
#584B3F (or 0x584B3F) is known color: Rock. HEX triplet: 58, 4B and 3F. RGB value is (88,75,63). Sum of RGB (Red+Green+Blue) = 88+75+63=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 88 - color contains mainly: red. Hex color #584B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B3F is #A7B4C0. Grayscale: #4D4D4D. Windows color (decimal): -10990785 or 4148056. OLE color: 4148056.
HSL color Cylindrical-coordinate representation of color #584B3F: hue angle of 28.8º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #584B3F is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 75 | 63 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.65 |
| HSL | 28.8º | 0.17% | 0.3% | - |
| HSV(B) | 28.8º | 0.28% | 0.35% | - |
| XYZ | 7.44 | 7.47 | 5.75 | - |
| YUV | 77.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 63 | 0 | 0.15 | 0.28 | 0.65 | 28.8 | 0.17 | 0.3 |
| Hex | 58 | 4B | 3F | 0 | F | 1C | 41 | 1D | 11 | 1E |
| Octal | 130 | 113 | 77 | 0 | 17 | 34 | 101 | 35 | 21 | 36 |
| Binary | 1011000 | 1001011 | 111111 | 0 | 1111 | 11100 | 1000001 | 11101 | 10001 | 11110 |
Color Harmonies of #584B3F
Complementary color
Monochromatic Colors of #584B3F
Black with #584B3F
Text Example
Text Example
White with #584B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B3F; }
p { color: rgb(88,75,63); }
H1.HeaderClassName
{
color: #584B3F;
}
.AnyTagClassName
{
color: #584B3F;
}
</style>
background-color css
<style>
a { background-color: #584B3F; }
a { background-color: rgb(88,75,63); }
div.DivClassName
{
background-color: #584B3F;
}
.BgClassName
{
background-color: #584B3F;
}
</style>
border-color css
<style>
span { border-color: #584B3F; }
span { border-color: rgb(88,75,63); }
td.TdClassName
{
border-color: #584B3F;
}
.TagClassName
{
border-color: #584B3F;
}
</style>