#534F31

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

Shades of Thatch Green #534F31

Tints of Thatch Green #534F31

Color information

#534F31 (or 0x534F31) is unknown color: approx Thatch Green. HEX triplet: 53, 4F and 31. RGB value is (83,79,49). Sum of RGB (Red+Green+Blue) = 83+79+49=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #534F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F31 is #ACB0CE. Grayscale: #4C4C4C. Windows color (decimal): -11317455 or 3231571. OLE color: 3231571.

HSL color Cylindrical-coordinate representation of color #534F31: hue angle of 52.94º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #534F31 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB837949-
CMYK00.050.410.67
HSL52.94º25.76%25.88%-
HSV(B)52.94º40.96%32.55%-
XYZ6.927.654.02-
YUV76.78112.33132.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=39.34%
G=37.44%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83794900.050.410.6752.9425.7625.88
Hex534F31052943351a1a
Octal123117610551103653232
Binary10100111001111110001010110100110000111101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,79,49); }

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

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

 a { background-color: rgb(83,79,49); }

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

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

 span { border-color: rgb(83,79,49); }

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