Shades of Thatch Green #534B30
Tints of Thatch Green #534B30
RGB
CMYK
RGB Variations
Color information
#534B30 (or 0x534B30) is known color: Thatch Green. HEX triplet: 53, 4B and 30. RGB value is (83,75,48). Sum of RGB (Red+Green+Blue) = 83+75+48=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #534B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B30 is #ACB4CF. Grayscale: #4A4A4A. Windows color (decimal): -11318480 or 3165011. OLE color: 3165011.
HSL color Cylindrical-coordinate representation of color #534B30: hue angle of 46.29º 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 #534B30 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 48 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.67 |
| HSL | 46.29º | 0.27% | 0.26% | - |
| HSV(B) | 46.29º | 0.42% | 0.33% | - |
| XYZ | 6.62 | 7.08 | 3.82 | - |
| YUV | 74.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 48 | 0 | 0.10 | 0.42 | 0.67 | 46.29 | 0.27 | 0.26 |
| Hex | 53 | 4B | 30 | 0 | A | 2A | 43 | 2E | 1B | 1A |
| Octal | 123 | 113 | 60 | 0 | 12 | 52 | 103 | 56 | 33 | 32 |
| Binary | 1010011 | 1001011 | 110000 | 0 | 1010 | 101010 | 1000011 | 101110 | 11011 | 11010 |
Color Harmonies of #534B30
Complementary color
Monochromatic Colors of #534B30
Black with #534B30
Text Example
Text Example
White with #534B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B30; }
p { color: rgb(83,75,48); }
H1.HeaderClassName
{
color: #534B30;
}
.AnyTagClassName
{
color: #534B30;
}
</style>
background-color css
<style>
a { background-color: #534B30; }
a { background-color: rgb(83,75,48); }
div.DivClassName
{
background-color: #534B30;
}
.BgClassName
{
background-color: #534B30;
}
</style>
border-color css
<style>
span { border-color: #534B30; }
span { border-color: rgb(83,75,48); }
td.TdClassName
{
border-color: #534B30;
}
.TagClassName
{
border-color: #534B30;
}
</style>