Shades of Tundora #534D4B
Tints of Tundora #534D4B
RGB
CMYK
RGB Variations
Color information
#534D4B (or 0x534D4B) is known color: Tundora. HEX triplet: 53, 4D and 4B. RGB value is (83,77,75). Sum of RGB (Red+Green+Blue) = 83+77+75=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #534D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D4B is #ACB2B4. Grayscale: #4E4E4E. Windows color (decimal): -11317941 or 4934995. OLE color: 4934995.
HSL color Cylindrical-coordinate representation of color #534D4B: hue angle of 15º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #534D4B is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
RGB | 83 | 77 | 75 | - |
CMYK | 0 | 0.07 | 0.10 | 0.67 |
HSL | 15º | 0.05% | 0.31% | - |
HSV(B) | 15º | 0.1% | 0.33% | - |
XYZ | 7.49 | 7.65 | 7.74 | - |
YUV | 78.57 | 125.99 | 131.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 83 | 77 | 75 | 0 | 0.07 | 0.10 | 0.67 | 15 | 0.05 | 0.31 |
Hex | 53 | 4D | 4B | 0 | 7 | A | 43 | F | 5 | 1F |
Octal | 123 | 115 | 113 | 0 | 7 | 12 | 103 | 17 | 5 | 37 |
Binary | 1010011 | 1001101 | 1001011 | 0 | 111 | 1010 | 1000011 | 1111 | 101 | 11111 |
Color Harmonies of #534D4B
Complementary color
Monochromatic Colors of #534D4B
Black with #534D4B
Text Example
Text Example
White with #534D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D4B; }
p { color: rgb(83,77,75); }
H1.HeaderClassName
{
color: #534D4B;
}
.AnyTagClassName
{
color: #534D4B;
}
</style>
background-color css
<style>
a { background-color: #534D4B; }
a { background-color: rgb(83,77,75); }
div.DivClassName
{
background-color: #534D4B;
}
.BgClassName
{
background-color: #534D4B;
}
</style>
border-color css
<style>
span { border-color: #534D4B; }
span { border-color: rgb(83,77,75); }
td.TdClassName
{
border-color: #534D4B;
}
.TagClassName
{
border-color: #534D4B;
}
</style>