Shades of Rock #534B44
Tints of Rock #534B44
RGB
CMYK
RGB Variations
Color information
#534B44 (or 0x534B44) is known color: Rock. HEX triplet: 53, 4B and 44. RGB value is (83,75,68). Sum of RGB (Red+Green+Blue) = 83+75+68=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #534B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B44 is #ACB4BB. Grayscale: #4C4C4C. Windows color (decimal): -11318460 or 4475731. OLE color: 4475731.
HSL color Cylindrical-coordinate representation of color #534B44: hue angle of 28º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #534B44 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 68 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.67 |
| HSL | 28º | 0.1% | 0.3% | - |
| HSV(B) | 28º | 0.18% | 0.33% | - |
| XYZ | 7.13 | 7.29 | 6.5 | - |
| YUV | 76.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 68 | 0 | 0.10 | 0.18 | 0.67 | 28 | 0.1 | 0.3 |
| Hex | 53 | 4B | 44 | 0 | A | 12 | 43 | 1C | A | 1E |
| Octal | 123 | 113 | 104 | 0 | 12 | 22 | 103 | 34 | 12 | 36 |
| Binary | 1010011 | 1001011 | 1000100 | 0 | 1010 | 10010 | 1000011 | 11100 | 1010 | 11110 |
Color Harmonies of #534B44
Complementary color
Monochromatic Colors of #534B44
Black with #534B44
Text Example
Text Example
White with #534B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B44; }
p { color: rgb(83,75,68); }
H1.HeaderClassName
{
color: #534B44;
}
.AnyTagClassName
{
color: #534B44;
}
</style>
background-color css
<style>
a { background-color: #534B44; }
a { background-color: rgb(83,75,68); }
div.DivClassName
{
background-color: #534B44;
}
.BgClassName
{
background-color: #534B44;
}
</style>
border-color css
<style>
span { border-color: #534B44; }
span { border-color: rgb(83,75,68); }
td.TdClassName
{
border-color: #534B44;
}
.TagClassName
{
border-color: #534B44;
}
</style>