Shades of Thatch Green #534B2D
Tints of Thatch Green #534B2D
RGB
CMYK
RGB Variations
Color information
#534B2D (or 0x534B2D) is known color: Thatch Green. HEX triplet: 53, 4B and 2D. RGB value is (83,75,45). Sum of RGB (Red+Green+Blue) = 83+75+45=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #534B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B2D is #ACB4D2. Grayscale: #4A4A4A. Windows color (decimal): -11318483 or 2968403. OLE color: 2968403.
HSL color Cylindrical-coordinate representation of color #534B2D: hue angle of 47.37º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #534B2D is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 45 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.67 |
| HSL | 47.37º | 0.3% | 0.25% | - |
| HSV(B) | 47.37º | 0.46% | 0.33% | - |
| XYZ | 6.56 | 7.06 | 3.5 | - |
| YUV | 73.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 45 | 0 | 0.10 | 0.46 | 0.67 | 47.37 | 0.3 | 0.25 |
| Hex | 53 | 4B | 2D | 0 | A | 2E | 43 | 2F | 1E | 19 |
| Octal | 123 | 113 | 55 | 0 | 12 | 56 | 103 | 57 | 36 | 31 |
| Binary | 1010011 | 1001011 | 101101 | 0 | 1010 | 101110 | 1000011 | 101111 | 11110 | 11001 |
Color Harmonies of #534B2D
Complementary color
Monochromatic Colors of #534B2D
Black with #534B2D
Text Example
Text Example
White with #534B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B2D; }
p { color: rgb(83,75,45); }
H1.HeaderClassName
{
color: #534B2D;
}
.AnyTagClassName
{
color: #534B2D;
}
</style>
background-color css
<style>
a { background-color: #534B2D; }
a { background-color: rgb(83,75,45); }
div.DivClassName
{
background-color: #534B2D;
}
.BgClassName
{
background-color: #534B2D;
}
</style>
border-color css
<style>
span { border-color: #534B2D; }
span { border-color: rgb(83,75,45); }
td.TdClassName
{
border-color: #534B2D;
}
.TagClassName
{
border-color: #534B2D;
}
</style>