#534D2D

Color #534D2D Thatch Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch Green #534D2D

Tints of Thatch Green #534D2D

Color information

#534D2D (or 0x534D2D) is unknown color: approx Thatch Green. HEX triplet: 53, 4D and 2D. RGB value is (83,77,45). Sum of RGB (Red+Green+Blue) = 83+77+45=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #534D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D2D is #ACB2D2. Grayscale: #4B4B4B. Windows color (decimal): -11317971 or 2968915. OLE color: 2968915.

HSL color Cylindrical-coordinate representation of color #534D2D: hue angle of 50.53º 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 #534D2D is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB837745-
CMYK00.070.460.67
HSL50.53º29.69%25.1%-
HSV(B)50.53º45.78%32.55%-
XYZ6.697.343.55-
YUV75.15110.99133.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 77 (30.47% from 255) = 37.56%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=40.49%
G=37.56%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83774500.070.460.6750.5329.6925.1
Hex534D2D072E43331e19
Octal123115550756103633631
Binary10100111001101101101011110111010000111100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D2D; }

 p { color: rgb(83,77,45); }

 H1.HeaderClassName
 {
   color: #534D2D;
 }
 .AnyTagClassName
 {
   color: #534D2D;
 }
</style>
background-color css

<style>
 a { background-color: #534D2D; }

 a { background-color: rgb(83,77,45); }

 div.DivClassName
 {
   background-color: #534D2D;
 }
 .BgClassName
 {
   background-color: #534D2D;
 }
</style>
border-color css

<style>
 span { border-color: #534D2D; }

 span { border-color: rgb(83,77,45); }

 td.TdClassName
 {
   border-color: #534D2D;
 }
 .TagClassName
 {
   border-color: #534D2D;
 }
</style>