Shades of Thatch Green #534C30
Tints of Thatch Green #534C30
RGB
CMYK
RGB Variations
Color information
#534C30 (or 0x534C30) is known color: Thatch Green. HEX triplet: 53, 4C and 30. RGB value is (83,76,48). Sum of RGB (Red+Green+Blue) = 83+76+48=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #534C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C30 is #ACB3CF. Grayscale: #4B4B4B. Windows color (decimal): -11318224 or 3165267. OLE color: 3165267.
HSL color Cylindrical-coordinate representation of color #534C30: hue angle of 48º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534C30 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 48 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.67 |
| HSL | 48º | 0.27% | 0.26% | - |
| HSV(B) | 48º | 0.42% | 0.33% | - |
| XYZ | 6.69 | 7.22 | 3.84 | - |
| YUV | 74.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 48 | 0 | 0.08 | 0.42 | 0.67 | 48 | 0.27 | 0.26 |
| Hex | 53 | 4C | 30 | 0 | 8 | 2A | 43 | 30 | 1B | 1A |
| Octal | 123 | 114 | 60 | 0 | 10 | 52 | 103 | 60 | 33 | 32 |
| Binary | 1010011 | 1001100 | 110000 | 0 | 1000 | 101010 | 1000011 | 110000 | 11011 | 11010 |
Color Harmonies of #534C30
Complementary color
Monochromatic Colors of #534C30
Black with #534C30
Text Example
Text Example
White with #534C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C30; }
p { color: rgb(83,76,48); }
H1.HeaderClassName
{
color: #534C30;
}
.AnyTagClassName
{
color: #534C30;
}
</style>
background-color css
<style>
a { background-color: #534C30; }
a { background-color: rgb(83,76,48); }
div.DivClassName
{
background-color: #534C30;
}
.BgClassName
{
background-color: #534C30;
}
</style>
border-color css
<style>
span { border-color: #534C30; }
span { border-color: rgb(83,76,48); }
td.TdClassName
{
border-color: #534C30;
}
.TagClassName
{
border-color: #534C30;
}
</style>